PB162 Java

Faculty of Informatics
Autumn 2012
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)
prof. RNDr. Tomáš Pitner, Ph.D. (lecturer)
doc. RNDr. Radek Ošlejšek, Ph.D. (lecturer)
Mgr. Luděk Bártek, Ph.D. (seminar tutor)
Mgr. Pavel Beran (seminar tutor)
Mgr. Miroslav Buda (seminar tutor)
RNDr. Hana Bydžovská, Ph.D. (seminar tutor)
Mgr. Jakub Čecháček (seminar tutor)
Mgr. Pavel Grochal (seminar tutor)
Mgr. Juraj Húska (seminar tutor)
RNDr. Daniel Jakubík (seminar tutor)
doc. RNDr. Barbora Kozlíková, Ph.D. (seminar tutor)
RNDr. Zuzana Nevěřilová, Ph.D. (seminar tutor)
RNDr. Bc. Jonáš Ševčík (seminar tutor)
RNDr. Aleš Zlámal (seminar tutor)
Mgr. Iva Žáková (seminar tutor)
Guaranteed by
prof. RNDr. Luděk Matyska, CSc.
Department of Computer Systems and Communications – Faculty of Informatics
Supplier department: Department of Computer Systems and Communications – Faculty of Informatics
Timetable
Tue 12:00–13:50 D1, Fri 10:00–11:50 D1
  • Timetable of Seminar Groups:
PB162/T01A: Tue 18. 9. to Fri 21. 12. Tue 16:00–17:55 Učebna S7 (18), H. Bydžovská
PB162/T01AA: Thu 20. 9. to Fri 21. 12. Thu 16:00–17:55 Učebna S9 (55), H. Bydžovská
PB162/T02: Thu 20. 9. to Fri 21. 12. Thu 12:00–13:55 Učebna S7 (18), D. Jakubík
PB162/01: Tue 10:00–11:50 B130, L. Bártek
PB162/02: Thu 16:00–17:50 B116, L. Bártek
PB162/03: Tue 18:00–19:50 B117, P. Beran
PB162/04: Wed 14:00–15:50 B117, A. Zlámal
PB162/05: Thu 14:00–15:50 B116, A. Zlámal
PB162/06: Tue 16:00–17:50 B117, A. Zlámal
PB162/07: Mon 12:00–13:50 B130, B. Kozlíková
PB162/08: Mon 14:00–15:50 B130, B. Kozlíková
PB162/09: Wed 16:00–17:50 G125, L. Bártek
PB162/10: Thu 16:00–17:50 B130, J. Čecháček
PB162/11: Thu 18:00–19:50 B130, J. Čecháček
PB162/12: Thu 8:00–9:50 B130, Z. Nevěřilová
PB162/13: Thu 10:00–11:50 B130, Z. Nevěřilová
PB162/14: Thu 16:00–17:50 B117, J. Húska
PB162/15: Thu 18:00–19:50 B117, J. Húska
PB162/16: Mon 14:00–15:50 B204, P. Beran
PB162/17: Mon 16:00–17:50 B204, P. Beran
PB162/18: Mon 18:00–19:50 B204, P. Grochal
PB162/19: Wed 8:00–9:50 B116, I. Žáková
PB162/20: Wed 10:00–11:50 B116, I. Žáková
PB162/21: Wed 16:00–17:50 B117, M. Buda
PB162/22: Wed 18:00–19:50 B117, M. Buda
PB162/23: Mon 16:00–17:50 B117, P. Grochal
PB162/24: Mon 18:00–19:50 B117, M. Buda
PB162/25: Wed 8:00–9:50 B117, J. Ševčík
PB162/26: Wed 10:00–11:50 B117, J. Ševčík
PB162/27: Wed 10:00–11:50 G101, R. Ošlejšek
PB162/28: Wed 12:00–13:50 G101, R. Ošlejšek
Prerequisites
Command of a procedural programming language (Pascal, C) in the extent of the IB001 Introduction to Programming using C.
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
there are 28 fields of study the course is directly associated with, display
Course objectives
At the end of the course students should:
gain the basic knowledge of object oriented programming in Java;
become familiar with the basic Java and OO terminology, as well as necessary language syntax and semantics rules;
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. 222 s. ISBN 8024702959. 2002. info
  • ECKEL, Bruce. Myslíme v jazyku Java : knihovna programátora. Praha: Grada. 431 s. ISBN 8024790106. 2001. info
  • Učebnice jazyka JAVA. Edited by Pavel Herout. 1. vyd. České Budějovice: KOPP. 349 s. ISBN 80-7232-115-3. 2001. info
  • ECKEL, Bruce. Myslíme v jazyku Java : knihovna zkušeného programátora. Praha: Grada. 470 s. ISBN 8024700271. 2000. info
Teaching methods
Theoretical lectures with examples, practical project-oriented lessons, homeworks.
Assessment methods
In the course of the semester, the students will work on project, gaining maximum of 32 points. The algorithmic optimality together with coding style and documentation will be taken into evaluation. Another 14 point can be obtained on practical lessons in the form of short online tests. 30 points can be obtained from in-term tests, as well as 24 points from the final one. 70 out of the total 100 points is required to complete the course successfully.
Language of instruction
Czech
Follow-Up Courses
Further Comments
Study Materials
The course is taught annually.
Listed among pre-requisites of other courses
The course is also listed under the following terms Autumn 2002, Autumn 2003, Autumn 2004, Autumn 2005, Autumn 2006, Autumn 2007, Autumn 2008, Autumn 2009, Autumn 2010, Autumn 2011, Autumn 2013, Autumn 2014, Autumn 2015, Autumn 2016, Autumn 2017, Autumn 2018, Autumn 2019, Spring 2020, Spring 2021, Spring 2022, Spring 2023, Spring 2024.
  • Enrolment Statistics (Autumn 2012, recent)
  • Permalink: https://is.muni.cz/course/fi/autumn2012/PB162