You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LibraryManagementSystem is a Java console application for managing a library. It allows users to add, search, remove, sort, and sell books, with features like binary search for book lookup and quick sort for price-based sorting. It also tracks sold books and total sales revenue.
This project is a console-based banking management system implemented in Java. It provides functionalities for both administrators (accountants) and customers to perform various banking operations such as account management, balance inquiries, deposits, withdrawals, and fund transfers.
Employee Payroll Management System is a console-based Core Java application that manages employee records, calculates salaries, generates salary slips, and stores employee data using CSV file handling.
Object-oriented Java console application that simulates a zoo mgmt system where users manage different animal types (mammals, birds & fish). The project demonstrates OOP concepts like inheritance, interfaces, encapsulation, & class interaction. Manages animals, employees & veterinary operations for Object-Oriented Programming module at CCT College.
Console-based Quiz Application built with Java using Object-Oriented Programming principles, user input handling, score evaluation, and clean class-based architecture.
A Java console-based restaurant ordering and billing system with menu selection, quantity ordering, bill generation, discount & GST calculation, and payment simulation.
A Java-based Car Rental System built using Object-Oriented Programming (OOP) concepts. This project allows users to rent and return cars through a console-based interface, managing customers, rentals, and car availability efficiently.
A robust, console-based Java application designed to automate library workflows, including member registration, book inventory management, and transaction tracking.
Developed a Java-based ATM Simulation System with secure PIN authentication and core banking operations such as balance inquiry, deposit, and withdrawal, demonstrating strong fundamentals in control structures, user interaction, and problem-solving.