Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 611 Bytes

File metadata and controls

28 lines (17 loc) · 611 Bytes

Core Java Concepts

This repository demonstrates strong fundamentals of Core Java with practical examples.

The focus is on understanding how Java works internally and writing clean, maintainable code.


Concepts Covered

  • OOP Principles (Encapsulation, Abstraction, Inheritance, Polymorphism)
  • Classes & Objects
  • Constructors
  • Access Modifiers
  • Static vs Instance members
  • Method Overloading & Overriding

Objective

Strengthen Java fundamentals before moving into backend frameworks like Spring Boot.


Structure

Each folder contains focused examples with clear implementation.