Skip to content
/ Java Public

This repository contains simple Java programs demonstrating fundamental programming concepts such as loops, conditionals, recursion, arrays, sorting, and pattern printing. It is designed for beginners who want to practice Java basics and build a strong foundation.

Notifications You must be signed in to change notification settings

itsmejd7/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Basics

This repository contains fundamental Java programs for beginners who want to understand core Java concepts through hands-on coding.

📁 Folder Structure

Each file in this repo demonstrates a basic Java concept, such as:

  • Variables and Data Types
  • Operators
  • Control Flow (if, switch)
  • Loops (for, while, do-while)
  • Arrays
  • Functions/Methods
  • Object-Oriented Programming (OOP) Basics

🚀 Getting Started

  1. Clone the repository:
    git clone https://github.com/itsmejd7/Java__Basics.git

Open any .java file using an IDE like IntelliJ, Eclipse, or simply a text editor.

Compile and run using terminal:

bash Copy Edit javac FileName.java java FileName ✅ Requirements JDK 8 or higher

Basic understanding of Java syntax

🤝 Contribution Feel free to contribute by improving existing programs, fixing issues, or adding new Java topics!

About

This repository contains simple Java programs demonstrating fundamental programming concepts such as loops, conditionals, recursion, arrays, sorting, and pattern printing. It is designed for beginners who want to practice Java basics and build a strong foundation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages