Java Programming Basics Training
Level
BeginnerDuration
16h / 2 daysDate
Individually arrangedPrice
Individually arrangedJava Programming Basics Training
Java is currently one of the most popular and best-paid programming languages, used both in large corporations and smaller companies. With this training, you will learn the basics of writing code in Java and develop the ability to approach programming problems in a structured and efficient way. The course will guide you from the foundations of programming—such as basic data structures and conditional statements—to more advanced concepts related to object-oriented programming.
What will you learn?
- The basic syntax of the Java language
- How to use types to simplify everyday programming tasks
- How to control program flow with loops and conditional statements
- How to debug code and find errors
- How to work with built-in data structures and create your own
- Techniques for writing clean and well-structured code
Who is this training for?
For those who want to find out what programming is and whether it’s the right path for them
For participants with basic experience in other programming languages
For beginners who want to structure and solidify their existing knowledge
Training Program
-
Module 1: Introduction to Programming
- Why do we program?
- What is Java and why is it so popular?
-
Module 2: Environment Setup
- IntelliJ IDEA
- Managing Java versions with SdkMan
-
Module 3: First Application
- Creating a project in IntelliJ
- Structure of a simple application
- Types, variables, and constants
- Primitive types + String
-
Module 4: Conditional Statements
-
Module 5: Collections and Loops
-
Module 6: Object-Oriented Programming (OOP) Paradigm
- Basic principles
- What are objects?
- Methods, fields, and constructors
- Object initialization
-
Module 7: Debugging Applications
-
Module 8: Exception Handling
-
Module 9: Best Practices for Writing Code
- Packages
- Single Responsibility Principle
-
Module 10: Final Project