TRAININGS
Programming in Java for beginners.
To be agreed upon.
To be agreed upon.
820 $ + VAT
16h
beginner
To be agreed upon.
To be agreed upon.
820 $ + VAT
16h
BEGINNER
Who is this training for?
What will you learn from our training?
Training Agenda
Introduction to Java programming
Java as a programming language. Tools for working with Java. Eclipse environment. First Java program.
Basic Java language constructs
Data types. Variables and constants. Arithmetic, logical, and comparison operators. Conditional statements. Loops. Arrays.
Object-oriented programming in Java
Classes and objects. Methods and fields. Inheritance. Polymorphism. Abstraction. Encapsulation.
Exception handling
Exception handling in Java. try-catch blocks. Handling multiple types of exceptions. Creating custom exceptions.
Collections and data structures
Classes related to collections. Lists, sets, maps. Sorting and searching in collections.
Introduction to multithreading
Creating and running threads. Thread management. Synchronization of resource access.
GUI programming in Swing
Creating simple user interfaces in Java. Events and reactions to them. Swing components.