Quiz Application Using JAVA
Quiz Application Using JAVA
JAVA
● Introduction.
● Purpose.
● Technologies Used.
● Features.
Contents ●
●
Drawback.
Future Development
● Snapshots.
● Conclusion.
Introduction
● Nowadays everyone is spending there most of the time at home in front of
computer screens and websites providing services like quizzing and mcq test has
been experiencing more traffic than pre-lockdown.
● Sometimes what happens is that someone make a plan to take a online quiz but
their internet connection didn’t work properly and they get upset because they
didn’t do what they had planned to do.
● So to counter that we have created a Quiz Application in Java for our microproject.
Purpose
● In previous semester after learning java we only created command line based application but now
after learning about AWT, Swing, Events, Adapter Classes we are able to create some GUI Based
application.
● Our main purpose is to use what we have learned about all those concepts and create a simple
GUI based Quiz Application.
Features
● Multiple Categories..
● Scoring system.
Introduction to java
● Java is a popular programming language.
● It is used for developing Mobile, Desktop, Web Application and also used in Application servers
and Web Servers.
● Platform Independent.
● Secure.
● Multithreaded.
● Robust.
Swing
Introduction to Swing
● Swing is a part of JFC (Java Foundation Classes) which was designed for enabling large-scale
development of Java Applications.
● Swing was developed based on earlier API called AWT (Abstract Window Toolkit).