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.
- Host: GitHub
- URL: https://github.com/qamit/javaprogramming11x
- Owner: qamit
- Created: 2025-03-11T19:14:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T11:58:23.000Z (over 1 year ago)
- Last Synced: 2025-03-12T12:35:13.675Z (over 1 year ago)
- Topics: intellij-idea, java, oops-in-java, vscode
- Language: Java
- Homepage: https://github.com/qamit/JAVAProgramming11x
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.