Skip to content

Latest commit

Β 

History

History
25 lines (17 loc) Β· 761 Bytes

File metadata and controls

25 lines (17 loc) Β· 761 Bytes

Core Java Programs

This repository contains a collection of Core Java code examples aimed at helping learners understand the foundational concepts of Java programming.

All programs are written using standard Java syntax and can be compiled and run using any Java-supported IDE or terminal setup. The code is kept beginner-friendly and well-commented to enhance clarity and learning.


πŸ›  Requirements

  • Java JDK 8 or higher
  • Any Java-compatible IDE (e.g., Eclipse, IntelliJ IDEA, VS Code)
  • Command line or terminal for manual compilation and execution

πŸš€ How to Run

  1. Open your terminal or IDE.
  2. Compile the file:
    javac FileName.java
  3. Run the file:
    java FileName