Skip to content

Latest commit

Β 

History

History
27 lines (20 loc) Β· 979 Bytes

File metadata and controls

27 lines (20 loc) Β· 979 Bytes
# β˜• Java Learning Journey

🌱 **Mastering Core Java & OOP principles. Converting my handwritten notes to code.** `System.out.println("Hello GitHub!");` πŸš€

Welcome to my personal knowledge base! This repository contains my structured study notes, code snippets, and diagrams as I learn Java from the ground up.

---

## πŸ“‚ Table of Contents

* [01. Introduction & Architecture](./01-Core-Java-Syntax.md)
    * History and Features of Java
    * JVM, JRE, and JDK Architecture
    * Overview of Primitive Data Types

* [02. Core Java Syntax & Fundamentals](./02-Core-Java-Syntax.md)
    * Deep dive into Data Types & Memory
    * The `main` method and standard output
    * Taking User Input (`Scanner`)
    * Operators and Conditional Statements
    * Loops (`for`, `while`, `do-while`, `for-each`)
    * Arrays & Memory Allocation

---
*πŸ“ Note: This repository is actively updated as I progress through my Java studies.*