https://github.com/ananttwr28/java-learning
Java lecture practice code and examples
https://github.com/ananttwr28/java-learning
intellij java learning oops-in-java practice
Last synced: about 1 year ago
JSON representation
Java lecture practice code and examples
- Host: GitHub
- URL: https://github.com/ananttwr28/java-learning
- Owner: ananttwr28
- Created: 2025-05-22T16:48:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T17:01:46.000Z (about 1 year ago)
- Last Synced: 2025-06-15T06:02:13.301Z (about 1 year ago)
- Topics: intellij, java, learning, oops-in-java, practice
- Language: Java
- Homepage: https://www.youtube.com/playlist?list=PLX9Zi6XTqOKQ7TdRz0QynGIKuMV9Q2H8E
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Learning: Lecture Code Examples
Welcome to my **Java learning repository**. This repo contains **hands-on examples** and **exercises** covering various Java concepts that I've learned from my Java tutorials and lectures. It's a personal project where I experiment with different Java features, like object-oriented programming (OOP), data types, loops, and more.
## 🚀 Topics Covered
- Basic Java Structure
- Data Types and Keywords
- Type Conversion
- Classes and Objects
- Static Members
- Inheritance and Polymorphism
- Exception Handling
- And more...
## 🛠️ Getting Started
These examples are designed to be run directly in IntelliJ or any Java IDE. Follow the steps below to start:
1. Clone the repository:
```git clone https://github.com/ananttwr/java-learning.git```
2. Open the project in your IDE (e.g., IntelliJ IDEA).
3. Run the example code files located in the src folder.
4. Explore each lecture code and feel free to modify or extend it!