Provides user the facility to register on the portal and take a timed online exam. Built by using Java Servlets, JDBC and JSP.
- Register and take a timed quiz on Java Basics.
- View your results.
- Signup and Login functionalities using Cookies.
- Fully validated forms for signup, login etc.
AJP.Project.Video.Demo.mp4
- Install mysql and create a database named ajp.
- Create a table named register.
Schema:
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
enroll | int(10) | NO | PRI | NULL | |
fname | varchar(20) | YES | NULL | ||
lname | varchar(20) | YES | NULL | ||
gender | char(1) | YES | NULL | ||
pass | varchar(20) | YES | NULL | ||
univ | varchar(20) | YES | NULL |
- Run the project using Eclipse IDE for Java EE Developers or a similar IDE via Tomcat Server and visit http://localhost:8080/ajpProject/welcome.html
- Signup using the link in the page and filling the form (validated).
- Login and click on Start Test.
- Choose the correct options as per the questions and click on Submit (Also the test will auto submit in 100 seconds !).
- View your Final Marks.
Thank you !