cvičení 09 - písemka

Test praktických znalostí proběhne v týdnu od 18. - 22.11. v době cvičení na počítačích na učebně bude tvořit kód dle zadání (programovací test).

Témata testu

Základy jazyka Java

  • Types, operators, Objects, Variables
  • Comparing variables
  • Structure of classes, enumerations
  • Java control structures (if, switch, for, ...)
  • Arrays, Methods with a variation number of arguments
  • Standard Java packages (String, Math, Random, System)

Objects in Java

  • Interfaces
  • Inheritance
  • Class Object
  • Abstract classes
  • Virtual Methods
  • Nested classes
  • Lambda expression

Other

  • Generics
  • Wrapper classes (Integer, Boolean, Character, ...)
  • Java Collection Framework
  • Exceptions
  • I/O streams in Java
  • File I/O