File tree Expand file tree Collapse file tree
MiniUniversityManagementSystem Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 📘 Classroom System:-
2+
3+ - Overview:-
4+
5+ - The Classroom System is a simple Java console application that simulates classroom and student management. It is designed to practice basic object-oriented programming concepts in a clean and understandable way.
6+
7+ - Features:-
8+
9+ - Create student objects
10+ - Assign students to classrooms
11+ - Display classroom and student information
12+ - Concepts Used
13+ - Classes and objects
14+ - Encapsulation
15+ - Arrays / Lists
16+ - Console output
17+
18+ - How to Run:-
19+
20+ - javac Main.java
21+ - java Main
22+
23+ - Ideal For:-
24+
25+ - Java beginners
26+ - OOP practice
27+ - Academic demonstrations
Original file line number Diff line number Diff line change 1+ 💳 Console Banking System:-
2+
3+ Overview:-
4+
5+ - The Console Banking System is a text-based Java application that simulates essential banking operations such as deposits, withdrawals, and balance checks.
6+
7+ - Features:-
8+
9+ - Create bank accounts
10+ - Deposit and withdraw money
11+ - View account balance
12+
13+ - Concepts Used:-
14+
15+ - Conditional logic
16+ - User input handling
17+ - Method-based design
18+ - Encapsulation
19+
20+ - How to Run:-
21+
22+ - javac Main.java
23+ - java Main
24+
25+ - deal For:-
26+
27+ - Understanding control flow
28+ - Practicing real-world logic
29+ - Console application development
Original file line number Diff line number Diff line change 1+ 📚 Library System:-
2+
3+ - Overview:-
4+
5+ - The Library System is a console-based Java program that manages a small collection of books and basic library operations.
6+
7+ - Features:-
8+
9+ - Add books to the library
10+ - Remove books
11+ - Display available books
12+
13+ - Concepts Used:-
14+
15+ - Object relationships
16+ - Java collections
17+ - Separation of concerns
18+
19+ How to Run:-
20+
21+ - javac Main.java
22+ - java Main
23+
24+ - Ideal For:-
25+
26+ - Learning collections
27+ - Practicing CRUD-style logic
28+ - Small system modeling
Original file line number Diff line number Diff line change 1+ - 🏫 Mini University Management System
2+
3+ - Overview:-
4+
5+ - The Mini University Management System is a basic Java console application focused on managing student data in a university-like structure.
6+
7+ - Features:-
8+
9+ - Store and manage student information
10+ - Console-driven execution
11+ - Easily extendable structure
12+
13+ - Concepts Used:-
14+
15+ - Modular class design
16+ - Object interaction
17+ - Entry-point driven programs
18+
19+ - How to Run:-
20+
21+ - javac Main.java
22+ - java Main
23+
24+ - Ideal For:-
25+
26+ - Academic projects
27+ - Understanding system structure
28+ - Preparing for larger Java applications
You can’t perform that action at this time.
0 commit comments