https://github.com/dibyadyutidas/java
java programs
https://github.com/dibyadyutidas/java
java opp programming
Last synced: 5 months ago
JSON representation
java programs
- Host: GitHub
- URL: https://github.com/dibyadyutidas/java
- Owner: DibyadyutiDas
- License: mit
- Created: 2025-06-11T05:21:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T03:30:41.000Z (6 months ago)
- Last Synced: 2025-06-29T04:28:36.771Z (6 months ago)
- Topics: java, opp, programming
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## ๐ Repository: java
### ๐ฏ Goal
Learn Java from the ground up, including OOP, GUIs, file handling, and small apps. ๐ฑ๐ป
### ๐ Topics Covered
- โ Basics & Hello World
- ๐ง Control Structures (if, switch, loops)
- ๐ Data Types
- ๐งฎ Operators
- ๐งต OOP Concepts: Class, Object, Inheritance, Polymorphism, etc.
- ๐ฝ File I/O
- ๐ Multithreading
- ๐ผ๏ธ GUI & Mini-Apps: Login system, bank system, app lock
- ๐ฆ Packages & Wrappers
- ๐ Java Notes (markdown)
### ๐๏ธ Folder Highlights
```
๐ hello โ Hello World
๐ imp โ Logical and matrix problems
๐ controlstructure โ Decision, loop, selection
๐ datatype โ All Java data types
๐ array โ 1D, 2D, ArrayList
๐ string โ String methods and manipulations
๐ operator โ Arithmetic and logical ops
๐ file โ Reader, Writer, Text
๐ oop โ Class, Constructor, Inheritance, Polymorphism
๐ app/app โ Java GUI login, bank GUI
๐ GUI โ Swing UI samples
java.md โ Notes in markdown
```
## ๐ฅ Clone the Repository
```bash
git clone https://github.com/DibyadyutiDas/java.git
cd java
```
### ๐ Run Java Code
```bash
javac filename.java
java filename
```
---
> ๐ง "Learning by doing is the best way to code." โ Dibya โจ