Předmět je základní jednotka výuky, jejímž prostřednictvím si student osvojí ucelenou část souboru znalostí a dovedností, potřebnou pro zvládnutí studijního oboru/specializace. Za věcný obsah předmětu zodpovídá garant předmětu. Časovou náročnost předmětu zhruba vyjadřuje atribut předmětu rozsah kontaktní výuky. Například rozsah = 2+2 značí, že předmět bude mít týdně dvě hodiny přednášek a dvě hodiny cvičení týdně. Na závěr semestru musí vyučující provést vyhodnocení, nakolik si ten který student osvojil poznatky a dovednosti, kterých měl během výuky nabýt. Jakým způsobem toto hodnocení vyučující provedou určuje atribut způsob zakončení. U předmětu lze definovat, že předmět je zakončen pouze zápočtem(Z), klasifikovaným zápočtem(KZ), pouze zkouškou(ZK), nebo zápočtem a zkouškou(Z,ZK). Náročnost úspěšného absolvování předmětu je vyjádřena ECTS kreditními body. Výuka předmětu probíhá během semestru. Opakovaně se předmět vyučuje vždy v zimním(Z), nebo v letním(L) semestru každého akademického roku. Výjimečně může předmět být nabízen studentům v obou semestrech(Z,L). Za organizační zajištění výuky zodpovídá přiřazená katedra, která zejména vytvoří časový rozvrh předmětu a zajistí pro předmět vyučující. Někteří přednáší a zkouší, jiní vedou cvičení a udělují zápočty.
Obsahová náplň a další organizační informace, týkající se předmětu je popsána pomocí různých popisných textů(anotace, týdenní osnova, literatura, apod.)
$DODATEK_POPIS
BIE-PJV | Programming in Java | Rozsah kontaktní výuky: | 2P+2C | ||
---|---|---|---|---|---|
Vyučující: | Blizničenko J. | Způsob zakončení: | Z,ZK | ||
Zodpovědná katedra: | 18102 | ECTS Kredity: | 4 | Semestr: | Z |
Anotace:
The course Programming in Java will introduce students to the object oriented programming in Java programming language. Beside of basics of Java language the fundamental APIs will also be presented, especially data structures, files, GUI, networking, databases and concurrent APIs.
Osnovy přednášek:
1. | Introduction, history of Java language, editions and versions, operators and their precedence, first executable code. | |
2. | Keywords, the first program, its execution, concepts of class, attributes, methods, inheritance and encapsulation. | |
3. | Inheritance between classes, abstract classes and interfaces, attribute inheritance, shadowing, overriding, constructors. | |
4. | Polymorphism, exceptions, their categories, creation, propagation in and handling. | |
5. | Arrays, parameterized classes (genericity), collections, sorting, comparison, hashing. | |
6. | Input and output: Finding information about the OS, about the file system, working with files, text and binary streams, serialization. | |
7. | StreamAPI, lambda expressions, functional interfaces. | |
8. | Threads: Multi-threaded applications, thread synchronization, their life cycle, priorities, interrupts, common problems. | |
9. | Networking in Java: Basic concepts, differences between TCP and UDP, classes for network communication, client-server architecture. | |
10. | GUI creation and JavaFX library: its basic parts and classes, working with FXML, responsive design, layout of elements, controls. | |
11. | JavaFX events, animations, transitions and transformations. | |
12. | Database: Relational DB basics, connecting to a DB using Java, classes for executing commands, processing data retrieved from queries, SQL data types vs. Java data types. | |
13. | (if the semester has 13 weeks) News in Java 9 and later. |
Osnovy cvičení:
1. | Introduction to the subject, comparison of Java vs C/C++, first executable code. | |
2. | Key concepts, the first program, its execution, concepts of class, attribute, method, inheritance and encapsulation, immutability. | |
3. | Inheritance between classes, abstract classes and interfaces, attribute inheritance, shading, overlays, constructors, arrays. | |
4. | Basics of collections, an overview of their types, implementations and practical use, parameterized classes (genericity). | |
5. | Advanced collections, map and its implementation, hashing. | |
6. | Input and output: Working with files, text and binary streams, serialization. | |
7. | StreamAPI, lambda expressions, functional interfaces. | |
8. | Threads: Multi-threaded applications, thread synchronization, producer-consumer problem. | |
9. | Networking in Java: Basic concepts, classes for network communication, practical use of TCP with client-server architecture. | |
10. | GUI creation and JavaFX library: Working with FXML, layouting, controls, tools for working with JavaFX. | |
11. | Working with JavaFX by programming. | |
12. | Database: Basics of relational DB, connecting to DB using Java, classes for executing commands, processing data obtained by queries. | |
13. | (if the semester has 13 weeks) Consultations |
Literatura:
Schildt Herbert: Java: A Beginner's Guide
The Java Tutorials: https://docs.oracle.com/javase/tutorial/
Java Tutorial: https://www.tutorialspoint.com/java/
Požadavky:
Basic programming skills in any imperative programming language (e.g. completed PA1 course). It is recommended to have finished or simultaneously attend PA2 course.
|
Předmět je zahrnut do těchto studijních plánů:
Stránka vytvořena 6. 7. 2025, semestry: L/2023-4, L/2021-2, Z/2024-5, Z/2022-3, Z/2021-2, L/2022-3, Z/2023-4, L/2024-5, Z/2025-6, připomínky k informační náplni zasílejte správci studijních plánů | Návrh a realizace: J. Novák, I. Halaška |