Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 927 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 927 Bytes

Java Programs - Daily Practice

Welcome to my Java programs repository! 🚀

This repository contains a collection of Java programs that I upload daily to practice and enhance my programming skills. Each program covers various concepts in Java, from basic syntax to more advanced topics.

Table of Contents

  • Programs by Topics
    • Variables and Data Types
    • Loops and Conditionals
    • Object-Oriented Programming (OOP)
    • Arrays and Strings
    • Exception Handling
    • File Handling
    • Data Structures
    • Algorithms

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/java-daily-programs.git
    
  2. Navigate to the program directory: Each folder contains Java source files organized by topics.

  3. Run the programs: Compile and execute the Java files using the following commands:

    javac ProgramName.java
    java ProgramName