PB162 Java
Faculty of InformaticsAutumn 2008
- Extent and Intensity
- 2/2. 4 credit(s) (plus extra credits for completion). Recommended Type of Completion: zk (examination). Other types of completion: z (credit).
- Teacher(s)
- doc. RNDr. Radek Ošlejšek, Ph.D. (lecturer)
prof. RNDr. Tomáš Pitner, Ph.D. (lecturer)
Ing. Petr Adámek (seminar tutor)
Mgr. Luděk Bártek, Ph.D. (seminar tutor)
Mgr. Pavel Drášil, Ph.D. (seminar tutor)
RNDr. Tomáš Gregar (seminar tutor)
Mgr. Martin Hinca (seminar tutor)
Mgr. Martin Janík (seminar tutor)
RNDr. Martin Kuba, Ph.D. (seminar tutor)
Mgr. Michal Oprendek (seminar tutor)
RNDr. Jan Pavlovič, Ph.D. (seminar tutor)
RNDr. Jan Pomikálek, Ph.D. (seminar tutor)
RNDr. Aleš Zlámal (seminar tutor)
RNDr. Šimon Suchomel, Ph.D. (assistant) - Guaranteed by
- prof. RNDr. Václav Matyáš, M.Sc., Ph.D.
Department of Computer Systems and Communications – Faculty of Informatics - Timetable
- Mon 18:00–19:50 D1, Thu 17:00–18:50 D2
- Timetable of Seminar Groups:
PB162/02: Mon 12:00–13:50 B130, P. Adámek
PB162/03: Mon 18:00–19:50 B130, L. Bártek
PB162/04: Tue 10:00–11:50 B130, L. Bártek
PB162/05: Thu 16:00–17:50 B130, M. Kuba
PB162/06: Thu 18:00–19:50 B130, L. Bártek
PB162/07: Tue 10:00–11:50 B116, P. Drášil
PB162/08: Tue 12:00–13:50 B116, P. Drášil
PB162/09: Wed 8:00–9:50 B116, P. Drášil
PB162/10: Wed 14:00–15:50 B116, M. Janík
PB162/11: Wed 16:00–17:50 B116, M. Oprendek
PB162/12: Wed 18:00–19:50 B116, M. Oprendek
PB162/13: Thu 8:00–9:50 B116, M. Hinca
PB162/14: Fri 8:00–9:50 B116, T. Gregar
PB162/15: Fri 10:00–11:50 B116, T. Gregar
PB162/16: Wed 12:00–13:50 B116, M. Janík
PB162/17: Mon 10:00–11:50 B116, J. Pavlovič
PB162/18: Mon 12:00–13:50 B116, J. Pavlovič
PB162/19: Mon 14:00–15:50 B116, A. Zlámal
PB162/20: Wed 10:00–11:50 B116, P. Drášil
PB162/21: Mon 10:00–11:50 B117, R. Ošlejšek
PB162/22: Thu 12:00–13:50 B117, R. Ošlejšek - Prerequisites
- Command of a procedural programming language (Pascal, C) in the extent of the IB001 Introduction to Programming.
- Course Enrolment Limitations
- The course is also offered to the students of the fields other than those the course is directly associated with.
- fields of study / plans the course is directly associated with
- Applied Informatics (programme FI, B-AP)
- Bioinformatics (programme FI, B-AP)
- Economic Information Systems (programme ESF, B-SI)
- Informatics with another discipline (programme FI, B-BI)
- Informatics with another discipline (programme FI, B-FY)
- Informatics with another discipline (programme FI, B-GE)
- Informatics with another discipline (programme FI, B-GK)
- Informatics with another discipline (programme FI, B-CH)
- Informatics with another discipline (programme FI, B-IO)
- Informatics with another discipline (programme FI, B-MA)
- Informatics with another discipline (programme FI, B-SO)
- Informatics with another discipline (programme FI, B-TV)
- Informatics (programme FI, B-IN)
- Mathematical Informatics (programme FI, B-IN)
- Mathematics for Multi-Branches Study (programme PřF, B-MA)
- Mathematics with Informatics (programme PřF, N-MA)
- Mathematics (programme PřF, B-MA)
- Parallel and Distributed Systems (programme FI, B-IN)
- Computer Graphics and Image Processing (programme FI, B-IN)
- Computer Networks and Communication (programme FI, B-IN)
- Computer Systems and Data Processing (programme FI, B-IN)
- Profesional Mathematics (programme PřF, B-MA)
- Programmable Technical Structures (programme FI, B-IN)
- Upper Secondary School Teacher Training in Informatics (programme FI, M-SS)
- Upper Secondary School Teacher Training in Informatics (programme FI, M-TV)
- Artificial Intelligence and Natural Language Processing (programme FI, B-IN)
- Course objectives
- The goal of this course is to give the students basic knowledge of object oriented programming in Java. The students will become familiar with the basic Java and OO terminology, as well as necessary language syntax and semantics rules. Moreover, they will be able to analyze, design and implement simple software solutions with the appropriate tools.
- Syllabus
- Introduction to Java - principles, history. Java development lifecycle, basic development tools.
- Basic concepts and terminology of object-oriented programming - class, instance (object), variable, method. Encapsulation.
- Cooperation and communication among objects.
- Interfaces, specification, implementation.
- Basic programmer's conventions - coding style, naming, documentary comment, API documentation.
- Unit testing with junit.
- Inheritance, polymorphism. Class hierarchy. Architecture of Java programs - methods, classes, packages.
- Abstract classes. Access modifiers.
- Basic program constructs. Primitive datatypes, object types and arrays.
- Exceptions. Built-in exceptions, design of custom exceptions.
- Java containers.
- Java I/O.
- Basic design patterns.
- Literature
- PITNER, Tomáš. Java - začínáme programovat : podrobný průvodce začínajícího uživatele. Praha: Grada, 2002, 222 s. ISBN 8024702959. info
- ECKEL, Bruce. Myslíme v jazyku Java : knihovna programátora. Praha: Grada, 2001, 431 s. ISBN 8024790106. info
- Učebnice jazyka JAVA. Edited by Pavel Herout. 1. vyd. České Budějovice: KOPP, 2001, 349 s. ISBN 80-7232-115-3. info
- ECKEL, Bruce. Myslíme v jazyku Java : knihovna zkušeného programátora. Praha: Grada, 2000, 470 s. ISBN 8024700271. info
- Assessment methods
- In the course of the semester, the students will be given 8 tasks (+ one premium), 4 points each, gaining 32 points together. The algorithmic optimality together with coding style and documentation will be taken into evaluation. 40 points can be obtained from in-term tests, as well as 28 points from the final one. 70 out of the total 100 points is required to complete the course successfully.
- Language of instruction
- Czech
- Further Comments
- Study Materials
The course is taught annually. - Listed among pre-requisites of other courses
- IB113 Introduction to Programming and Algorithms
!NOW(IB111) && !IB111 && !PB162 && !PB161 && !PB071 && !IB001 && !program(B-INF) && !program(B-PVA) && !program(B-CS) - PB007 Software Engineering I
PB160 || PB161 || PB162 || PB174 || PV178 || PB112 - PB112 Foundations of Object Oriented Programming in Java
!(PB162) && ! NOW(PB162) - PV168 Seminar in Java programming
PB162 || SOUHLAS - PV255 Game Development I
PB009 && PV112 && (PB161 || PB162 || PV178) - PV256 Introduction to Development for Android
PB162 || PB112 - PV292 Multiplatform Flutter Application Development
PB162 || PV168 || PA165 || PV178 || PV256 || PB138 || SOUHLAS
- IB113 Introduction to Programming and Algorithms
- Enrolment Statistics (Autumn 2008, recent)
- Permalink: https://is.muni.cz/course/fi/autumn2008/PB162