Skip to content

Ali-Barzegari-d/Learning-Java-Archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Java Archive

This repository contains a collection of Java practice exercises that I have written while learning the Java programming language. The exercises are well-organized, categorized, and properly named for ease of reference and understanding.

📂 Project Structure

The project is organized into various files based on different topics and concepts in Java. Each file contains Java code that focus on specific programming concepts or techniques.

Categories include:

  • Basic Syntax: Programs that focus on the basic syntax and structure of Java.
  • Object-Oriented Programming (OOP): Exercises related to classes, objects, inheritance, polymorphism, and encapsulation.
  • Data Structures: Implementations of common data structures like arrays, lists, stacks, and queues.
  • Advanced Topics: Topics like file handling, exceptions, multithreading, and more.

💻 Usage

To run any of the code in this repository:

  1. Clone the repository using the following command:

    git clone https://github.com/Ali-Barzegari-d/Learning-Java-Archive.git
    
  2. Navigate to the desired directory containing the exercise you want to run.

  3. Compile the Java file using javac and run it using the java command:

    javac FileName.java
    java FileName
    

📝 Contribution

Feel free to fork the repository, add new exercises, or improve the existing code. Pull requests are welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages