Welcome to Java Playground! 🎉 This repository is a collection of Java programs and concepts that I practice to enhance my Java skills.
📌 About This Repository
This repository serves as my personal space for exploring and mastering Java concepts, ranging from basic syntax to advanced topics. The code here includes examples, problem-solving exercises, and hands-on implementations of Java features.
🚀 Topics Covered
Java Basics (Data Types, Variables, Operators, Control Flow)
Object-Oriented Programming (OOP)
Collections Framework
Exception Handling
Multithreading and Concurrency
🛠 How to Use
Clone the repository:
git clone https://github.com/nramya186/JavaPlayground.git
Navigate to the project directory:
cd JavaPlayground
Open the project in your favorite IDE (e.g., IntelliJ IDEA, Eclipse, or VS Code).
Run and experiment with the code.
📂 Project Structure
JavaPlayground/
│-- src/
│ ├── section1/intro
│ ├── section1/variables
│ ├── section2/datatypes_var_n_literals
│ ├── section3/operators
│ ├── section4/strings_printing
│ ├── section6/loops
│ ├── section7/arrays
│ ├── section7/arrays_logic_lab
│ ├── section8/methods
│ ├── section8/methods_logic_lab
│ ├── section9/class_object
│ ├── section10/inheritance
│ ├── section11/abstract_class
│ ├── section12/inner_class
│ ├── section16/multithreading
│ ├── section17/annotation_javadoc
│ ├── section20/io_streams
│ ├── section21/generics
│ ├── section22/collection_framework
│ ├── section25/jdbc
│ ├── Logiclab_Map
│-- README.md # This file
│-- build.gradle # Gradle build file
│-- .gitignore # Files to be ignored by Git
🤝 Contributions
This is a personal learning repository, but if you have suggestions or improvements, feel free to fork and submit a pull request. 📜 License
This repository is open-source .
Happy coding! 🚀