Skip to content

This repository contain collection of java program . Which am I created with learning java language for #CodeWithHarry , #JavaTPoint and many other platform too

Notifications You must be signed in to change notification settings

AryanKhokhar1/Java_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Programs Repository

Welcome to the Java Programs Repository! This repository contains a collection of Java programs designed to help you learn and practice Java programming. Each program is organized by topic and includes explanations and comments to guide you through the code.

Table of Contents

Introduction

This repository is intended for anyone who wants to learn Java programming, from beginners to intermediate learners. The programs cover various topics such as basic syntax, control structures, object-oriented programming, data structures, algorithms, and more.

Getting Started

To get started with these Java programs, you'll need to have Java Development Kit (JDK) installed on your machine. Follow the instructions below to set up your environment and run the programs.

Folder Structure

The repository is organized as follows:

java-programs/
├── basics/
│   ├── HelloWorld.java
│   ├── Variables.java
│   └── ControlStructures.java
├── oop/
│   ├── ClassesAndObjects.java
│   ├── Inheritance.java
│   └── Polymorphism.java
├── data-structures/
│   ├── Arrays.java
│   ├── LinkedList.java
│   └── Stack.java
├── algorithms/
│   ├── Sorting.java
│   ├── Searching.java
│   └── Recursion.java
└── README.md

Prerequisites

  • Java Development Kit (JDK) Download Here
  • Text editor or Integrated Development Environment (IDE) such as IntelliJ IDEA, Eclipse, or Visual Studio Code

How to Run

  1. Clone the repository:

    git clone https://github.com/AryanKhokhar1/Java_Practice.git
    cd java-programs
  2. Navigate to the desired directory:

    cd basics
  3. Compile the Java program:

    javac HelloWorld.java
  4. Run the Java program:

    java HelloWorld

Repeat the above steps for any other program you want to run. Make sure to navigate to the correct directory and replace HelloWorld with the name of the program you wish to compile and run.

License

Proprietary License

This repository and its contents are proprietary to Aryan Khokhar. No permission is granted to use, copy, modify, distribute, or contribute to this repository or its contents.

All rights reserved.

About

This repository contain collection of java program . Which am I created with learning java language for #CodeWithHarry , #JavaTPoint and many other platform too

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published