Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 334 Bytes

File metadata and controls

14 lines (11 loc) · 334 Bytes

Java Runtime Practice

This repository contains Java programs created while learning core Java concepts.

Concepts Covered

  • Encapsulation
  • Inheritance
  • Constructors
  • Method Overloading
  • Method Overriding
  • Static methods
  • Strings

This practice forms the foundation for backend development using Spring Boot and Hibernate.