Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

Java Projects

The document outlines various Java projects categorized into beginner, intermediate, and advanced levels for 2021. Each project includes a problem statement and the skills required to complete it, such as Core Java, Java Swing, and database knowledge. Examples of projects include an ATM machine, music player app, library management system, and a quiz application.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Java Projects

The document outlines various Java projects categorized into beginner, intermediate, and advanced levels for 2021. Each project includes a problem statement and the skills required to complete it, such as Core Java, Java Swing, and database knowledge. Examples of projects include an ATM machine, music player app, library management system, and a quiz application.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 48

Java Projects in 2021

ravalikabandameedi1205@gmail.com
95B1CGXEFN

Ritwik Raj
Great Learning

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Session Agenda
Session coverage:

ravalikabandameedi1205@gmail.com
95B1CGXEFN
● Beginner level projects

● Intermediate level projects

● Advanced level projects

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Beginner Level Projects
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN 1. ATM Machine

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ATM Machine
Problem Statement

ravalikabandameedi1205@gmail.com
95B1CGXEFN
● Design an Automated Teller Machine.

● Storing username and password.

● Account creation, where user can store money.

● User can withdraw and deposit money, view earlier transactions, calculate interest etc.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ATM Machine
Skills required

● Core Java Programming


ravalikabandameedi1205@gmail.com
95B1CGXEFN

● Eclipse IDE

● Understanding of conditional statements and looping constructs

● Basic understanding of OOPs Concepts

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
2. Music Player App
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Music Player App
Problem Statement

ravalikabandameedi1205@gmail.com
95B1CGXEFN
● A simple classic mp3 player which has features like playing selected mp3 music files,
pausing the music, resuming the music, and stopping the music.
● It will be having options for playing next song, previous song, replaying the current song
and showing list of all songs as well.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Music Player App
Skills required

● Core Java Programming


ravalikabandameedi1205@gmail.com
95B1CGXEFN

● OOPs concepts

● Understanding of conditional statements and looping constructs

● Switch case constructs and Collection Framework

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN 3. Digital Clock

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Digital Clock

Problem Statement

● As the name suggests, creation of a digital clock.


ravalikabandameedi1205@gmail.com
This application shows the system’s current time.
95B1CGXEFN

Skills required

● Java Swing and AWT


● User defined functions and basic conditional statements
Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
4. Digital Calculator
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Digital Calculator

Problem Statement

● As the name suggests, creation of a Calculator.


ravalikabandameedi1205@gmail.com
This application calculates any expression no matter how much long.
95B1CGXEFN

Skills required

● Java Swing and AWT


● Switch case constructs and Collection API
Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN 5. Text Editor

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Text Editor

Problem Statement

● You can save, open, print and open a new file, which you can edit.
ravalikabandameedi1205@gmail.com
You can cut, copy and paste whatever you select.
95B1CGXEFN

Skills required

● Java Swing, Applet, JTextArea, JMenuBar etc.


● Event listeners and IO File Handling
Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Intermediate Level Projects
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN 1. Sign Up Form

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Sign Up Form

Problem Statement

● Creating a Sign up form with necessary requirements like text boxes, buttons etc.
ravalikabandameedi1205@gmail.com
You can cut, copy and paste whatever you select.
95B1CGXEFN

Skills required

● Java Servlets and Java Server Pages.


● Apache Tomcat and Knowledge of HTML & CSS.
Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
2. Library Management
ravalikabandameedi1205@gmail.com

System
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Library Management System
Problem Statement

● It is used to keep
ravalikabandameedi1205@gmail.com a record of books present in a library.
95B1CGXEFN
● System will consist of information regarding Books.
● Which student has taken which book, on which date and when he has to return the same.
● All the operations that are required in an actual system can be performed such as CRUD
operation, advanced search, book issuing etc.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Library Management System
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java Concepts

● Serialization

● Java Collections API

● Vast knowledge of OOPs concepts

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
3. Electricity Billing System
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Electricity Billing System
Problem Statement

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● A web-based project that provides an online platform for users to pay electricity bills.
● System automates billing system and calculates the amount of money to be paid
according to the units consumed in a specific duration of time.
● The customer will just feed the meter’s readings into the system and software will
generate the bill.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Electricity Billing System
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java Concepts

● Swing

● MySQL Database

● TOMCAT server knowledge

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
4. Breakout Ball Game
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Breakout Ball Game
Problem Statement

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Developing a Java GUI application to implement the Breakout Ball Game.
● A layer of bricks lines the top third of the screen and the goal is to destroy them all.
● A ball moves straight around the screen, bouncing off the top and two sides of the screen.
● When a brick is hit, the ball bounces back and the brick is destroyed.
● The player loses a turn when the ball touches the bottom of the screen.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Breakout Ball Game
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Java Swing

● Java AWT

● JPanel

● JFrame

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
5. Quiz Application
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Quiz Application
Problem Statement

● A MCQ based Quiz Application that contains a set of curated questions and its answers.
ravalikabandameedi1205@gmail.com
95B1CGXEFN

● It checks for the correctness of the answer given by the user.


● It navigates through the questions and displays the result at the end.
● Student (examinee) data will be stored, manipulated and the results can be fetched.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Quiz Application
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java

● Java Swing and AWT

● Java Applet

● Database – MySQL or Firebase for authentication and data handling

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Advanced Level Projects
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
1. Airline Reservation
ravalikabandameedi1205@gmail.com

System
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Airline Reservation System
Problem Statement

● To ease and automate the registration process of airline system.


ravalikabandameedi1205@gmail.com
95B1CGXEFN

● System provides information like passenger’s information, criminal’s, list of all passengers etc.
● Software consists of four key modules i.e. user registration, login, reservation and cancellation.
● The project includes online transaction, fares, inventory & e-ticket operations.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Airline Reservation System
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java

● Java Swing and AWT

● Java Applet

● Database – MySQL

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
2. Chatting Application
ravalikabandameedi1205@gmail.com
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Chatting Application
Problem Statement

● Client and Server communication through chats


ravalikabandameedi1205@gmail.com
95B1CGXEFN
● Instead of basic request-based communication, this application will need to communicate
through sockets.
● The server and clients can run on different computers in the same network.
● There can be multiple clients connect to a server and they can chat to each other.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Chatting Application
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java

● Java network based libraries

● Java Socket

● File handling and Exception Handling

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
3. Customer Relationship
ravalikabandameedi1205@gmail.com

Manager
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Customer Relationship Manager
Problem Statement

ravalikabandameedi1205@gmail.com
95B1CGXEFN
● Customer Relationship Manager will keep track of all the customers.
● Adding new customers, editing their information and deleting them when needed.
● Fetching already recorded customer details whenever required.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Customer Relationship Manager
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Spring Framework

● Hibernate

● HTML & CSS

● JDBC, CRUD, MVC and MySQL

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
4. Supply Chain
ravalikabandameedi1205@gmail.com

Management System
95B1CGXEFN

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Supply Chain Management System
Problem Statement

● It refers to the management


ravalikabandameedi1205@gmail.com of businesses interconnected over a network.
95B1CGXEFN
● Handling, storage, and movement of raw materials, inventory, and transporting finished
goods from the source to its final destination.
● Using this application, a company can directly communicate with its clients, obtain the
product requirements, manufacture the product to fit those requirements, and finally ship it
off to the client.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Supply Chain Management System
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java and JSP

● JDBC

● HTML and CSS

● MS Access

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN 5. Sudoku Game

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Sudoku Game
Problem Statement

● Building a Sudoku game using JavaFX.


ravalikabandameedi1205@gmail.com
95B1CGXEFN

● Generating a new game from a solution, Keeping track of user input, Checking user input
against generated solution, Keeping track of selected number are some of the functions.
● Ability to check for errors and giving hints.

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
Sudoku Game
Skills required

ravalikabandameedi1205@gmail.com
95B1CGXEFN ● Core Java

● JavaFX and Event Listeners

● MVC

● Collection API

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
List of other projects
● Currency Converter
● Number Guessing Game
● Snake Game
ravalikabandameedi1205@gmail.com
95B1CGXEFN
● Payroll System
● Employee Management System
● University Management System
● Hotel Management System
● Smart City Project
● Food ordering
This
System
Proprietary content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.
ravalikabandameedi1205@gmail.com
95B1CGXEFN Thank you

Proprietary
This content. ©Great
file is meant Learning.use
for personal All Rights Reserved. Unauthorized use or distribution prohibited
by ravalikabandameedi1205@gmail.com only.
Sharing or publishing the contents in part or full is liable for legal action.

You might also like