New Java Syntax

The New Java Syntax quest was developed in CodeGym's secret bunker. It consists of 16 levels about Java language basics. It can be mastered even by someone who has never programmed before. You'll learn about classes, objects, methods, and variables. You'll study data types, arrays, conditional operators, and loops. You'll take a quick look at collections and the basics of OOP (Quest 4 is where we begin a serious study of these topics), and you'll also start working in IntelliJ IDEA, a popular development environment (programmers all over the world use it!).
But most importantly, you will solve a lot of tasks. Tasks are front and center on CodeGym. But don't worry, virtual mentors will help you deal with any mistakes (your solutions are checked instantly).
- Level 1
Locked Commands and your first program - Level 2
Locked Types and keyboard input - Level 3
Locked The if statement - Level 4
Locked Loops - Level 5
Locked IDEA, JDK, and the plugin - Level 6
Locked Arrays - Level 7
Locked Methods - Level 8
Locked Data types - Level 9
Locked Working with strings - Level 10
Locked Objects - Level 11
Locked Classes - Level 12
Locked Type casting - Level 13
Locked Collections, generics - Level 14
Locked Collections, part 2 - Level 15
Locked Exceptions - Level 16
Locked Object lifetime