Java Foundations
Start with Java programming basics. Learn to write, run, and test simple Java programs. Practice problem-solving and use core tools.
1 weeks
- Understand Java syntax and structure
- Write basic Java classes and methods
- Use a code editor to run Java (e.g., VS Code)
- Debug and fix common errors
- Solve problems using loops and conditions
- Write a 'Hello World' in Java
- Create and use classes (Person, Book)
- Work with variables, loops, and if-statements
- Read input from user (Scanner)
- Handle simple errors (try-catch)
- Java beginner tutorial
- Online Java playground
- Official Java documentation
- Intro programming videos
- Run simple Java program on your computer
- Submit a Java file with one working method (add two numbers)
- Take screenshot of passed outputs from test cases
