Course details
Java Programming Language (in English)
IJAe Acad. year 2022/2023 Winter semester 5 credits
Object orientation. Java - language, objects, classes, programming techniques, libraries, development environments. Design patterns. Debugging and testing tools. Graphic user interface, threads.
Guarantor
Course coordinator
Language of instruction
Completion
Time span
- 26 hrs lectures
- 12 hrs pc labs
- 14 hrs projects
Assessment points
- 20 pts mid-term test (12 pts written part, 8 pts test part)
- 40 pts projects
- 40 pts homework
Department
Lecturer
Instructor
Subject specific learning outcomes and competences
Ability to apply object oriented approach for application development using Java language. Experiences with design patterns and graphic user interface (Swing) in Java.
Basis of object oriented programming. Knowledge of basic design patterns.
Learning objectives
The goal is to introduce students to object-oriented programming in Java.
Recommended prerequisites
Prerequisite knowledge and skills
Basics of imperative programming (language C) and algorithm development.
Study literature
- Joshua Bloch: Effective Java, Prentice Hall; 2 edition (May 28, 2008), ISBN-13: 978-0321356680
- Raoul-Gabriel Urma, Mario Fusco, Alan Mycroft: Java 8 & 9 in Action, Second Editition (Lambda, streams, functional and reactive programming). Manning, 2018.
- The Java Tutorials. https://docs.oracle.com/javase/tutorial/
- Bruce Eckel: Thinking in Java (4th Edition), 2006, ISBN-13: 978-0131872486 [some editions are available electronically on WWW]
Fundamental literature
- Bruce Eckel: Thinking in Java (4th Edition), 2006, ISBN-13: 978-0131872486 [some editions are available electronically on WWW]
- Harvey Deitel, Paul J. Deitel. Java How to Program, Early Objects. Global edition, 11th edition. PEARSON 2017. ISBN-13: 978-1292223858.
Syllabus of lectures
- Introduction to Java: history, tools, distribution. Basic concepts: object, class, interface, constructor.
- Data types. Class declarations, access modifiers. Build and run application, application structure (packages), import classes.
- Inheritance, object initialization, inheritance hierarchy (Object class). Type conversion.
- Abstract class, interface. Type checking, typecasting, object comparison. Array.
- Exceptions. Nested classes, anonymous classes. Lambdas. Invariant asserts.
- Containers: iterator, collection, list, set, map, comparators. Enumerations.
- Threads: Planning, Sharing, Synchronization.
- Annotations. Program debugging (JUnit), document generation, application build (ant, maven), distribution (java archive).
- Object oriented design and implementation in Java. Design Patterns.
- Graphical User Interface JFC/Swing and JavaFX. MVC, Observer, and Command Design Patterns.
- Input Output streams. Sockets. Collecting data with streams.
- Modules, modular JDK, runtime image. Generic types (Generics). Java programming principles.
- JVM: class loading, memory management, garbage collector, profiling.
Syllabus of computer exercises
- Java basics, first applications, working with packages and classes, compiling and running the application from the command line.
- Control structures, arrays, enumeration types, data types. Object orientation programming.
- Collections.
- Threads.
- Graphical user interface. Design patterns.
- Java Tools (jar, javadoc, ant, maven).
Syllabus - others, projects and individual work of students
-
Homeworks practicing knowledge of essential features of the Java language.
-
Project - small application in Java including graphical user interface.
Controlled instruction
- Work out homeworks and the project.
Exam prerequisites
- Work out all homework.
- Work out and present the project.
- Write a test.
- Get at least 20 points from the project and at least 50 points in total.