A collection of basic Java examples and core concepts 📚
Designed for beginners who want clean, simple, and easy-to-understand Java code.
This repository includes examples of:
- 🌱 Classes, objects, and inheritance
- 📦 Collections and the Stream API
- 🔀 Threads and Lambda expressions
- ✔️ Clean, beginner-friendly Java code structure
public class Main {
public static void main(String[] args) {
System.out.println("Hello Java ☕");
}
}To help beginners understand:
- The basics of Java OOP
- How streams and collections work
- Modern Java syntax (lambdas, functional style)
- Project structure using simple examples
Perfect for students, new developers, or anyone brushing up on Java fundamentals.