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
Java practice project featuring sorting, character manipulation, and list operations. Utilizes Java Collections Framework and Comparator Interface for custom sorting of Employee objects. Includes functionality for list manipulation, unique character counting, and employee sorting.
This repository provides examples of common data structures implemented in Java that can be used when designing different software. These data structures allow us to write efficient and re-usable code.
The College Admission System in Core Java is a console-based application designed to streamline the process of student admissions in an educational institution. This project leverages fundamental concepts of Core Java, and the code was developed, committed, and pushed using the Eclipse IDE. This allows users to perform key functionalities in Admsn
In this project you’ll wear the hat of a real hacker. You must connect to a secret server without knowing the password. Your task is to write a Java program that can hack this password, and do so in the quickest way possible.
This is a standalone Java application. In this application I’ve developed the most required basic features of banking such as deposit, withdraw, check balance and transaction history.
This is an employee database management application. In this application I've developed REST APIs. This APIs could perform CRUD operations on Employee's database that is being stored in MySQL.
The system keeps a list of vehicles that users can choose from. It allows the user to book a vehicle for travelling in Melbourne. The list of vehicles is provided in Fleet.csv file . The first row in Fleet.csv file contains headers, and the rest of the rows contain the vehicle information.
This is a movie review application. In this application I’ve developed the most required basic features of movie review such as adding movie, their rating, their average rating by end users. Every movie that is added will have title, genre and rating. I've also implemented API to get movies having same genre.