This repository contains all my code and progress through the Java Beginner Course by thenewboston.
Throughout the course, I aim to modify the programs for real-life applications eg. adapting the "if statement" tutorial into a test score percentage calculator.
- Instructor: Bucky (thenewboston)
- Platform: YouTube
- Total Videos: 87
- Topics Covered:
- Variables & Data Types
- Control Flow (if, switch, loops)
- Methods & Parameters
- Arrays & Classes
- GUI with Swing
- File I/O
- Exception Handling
- Polymorphism & Inheritance
- ...and more