-
The Quiz Management System is a Java-based application designed for creating, managing, and taking quizzes online. Developed as part of the Object-Oriented Programming course at Nisantasi University, this project serves as a showcase for implementing fundamental OOP principles like inheritance, polymorphism, abstraction, and encapsulation.
-
quize-management system were is a desktop application designed using netbeans interface and java progrmming language. In this project I try to use the concept objected oriented programming of java.
Getting Started
-
get the clone.
-
run the program in netbeans.
-
create sql schema with name of "quiz_systemdb"
- create "student" table with these columns
- create "teacher" table with these columns
- create "exam" table with these columns
- Create "course" table with these columns
- run the program.