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

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

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!