https://github.com/loopandlearn-dev/my-java-learnings
Personal Java learning journey with organized code examples for each concept.
https://github.com/loopandlearn-dev/my-java-learnings
Last synced: 10 months ago
JSON representation
Personal Java learning journey with organized code examples for each concept.
- Host: GitHub
- URL: https://github.com/loopandlearn-dev/my-java-learnings
- Owner: LoopAndLearn-dev
- Created: 2025-05-03T10:44:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T06:40:30.000Z (about 1 year ago)
- Last Synced: 2025-06-11T01:40:28.474Z (about 1 year ago)
- Language: Java
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Java Learning Repository



A structured and practical approach to mastering Core Java fundamentals.
This repository documents my personal Java learning journey with organized, topic-wise code examples and mini-projects.
---
## Table of Contents
- [Overview](#overview)
- [Topics Covered](#topics-covered)
- [Usage](#usage)
- [Connect](#connect)
---
## Overview
This repository is created to:
- Strengthen Core Java concepts through hands-on coding
- Build a solid foundation in object-oriented programming
- Maintain a clean reference for revision and future projects
---
## Topics Covered
- Java Basics – Data types, operators, control structures, loops
- OOPs Concepts – Classes, Objects, Inheritance, Polymorphism, Abstraction, Encapsulation
- Collections Framework – List, Set, Map, and utility classes
- Exception Handling – Try-catch blocks, custom exceptions
- File I/O – Reading and writing files
- Mini Projects – Beginner-friendly Java applications
- Java 8+ Features – Lambda expressions, Stream API, functional interfaces
---
## Usage
- Each topic is organized into separate folders
- Code is clearly written and well-commented for easy understanding
- Useful for beginners, students, and those revising Java basics
To get started:
`bash
git clone https://github.com/LoopAndLearn-dev/java-learning