An open API service indexing awesome lists of open source software.

https://github.com/qamit/javaprogramming11x

This repository is a collection of Java programs, projects, and examples that I've created while learning and practicing Java programming. It covers a wide range of topics, from basic syntax and object-oriented programming (OOP) to data structures and algorithms.
https://github.com/qamit/javaprogramming11x

intellij-idea java oops-in-java vscode

Last synced: 2 months ago
JSON representation

This repository is a collection of Java programs, projects, and examples that I've created while learning and practicing Java programming. It covers a wide range of topics, from basic syntax and object-oriented programming (OOP) to data structures and algorithms.

Awesome Lists containing this project

README

          

Welcome to my Java Programming repository!

This repository contains a collection of

Java projects, code examples, and exercises

that I've worked on to improve my programming skills and understanding of Java concepts.

📁 Repository Structure

java-programming/
├── src/ # Source code files
│ ├── basics/ # Basic Java programs
│ ├── oop/ # Object-Oriented Programming examples
│ ├── data-structures/ # Data structures implementation in Java
│ └── algorithms/ # Algorithms implemented in Java
├── docs/ # Documentation or notes
└── README.md # This file

🛠️ Technologies Used

Java (JDK 17 or later)

Build Tools: Maven or Gradle (if applicable)

IDEs: IntelliJ IDEA, Eclipse or VS Code

📚 Topics Covered

Core Java concepts (variables, loops, conditionals)

Object-Oriented Programming (OOP) principles

Data Structures (arrays, linked lists, stacks, queues)

Algorithms (sorting, searching, etc.)

🤝 Contributing

Contributions are welcome! If you'd like to contribute, please:

Fork the repository.

Create a new branch for your changes.

Submit a pull request with a detailed description of your changes.