Online Exam Java Project April 12, 2012 by ProjectsGeek 15 Comments Developing an Online Exam Java Project Tables used in Project are Given Below : Create table question(qno int,qname varchar(50),topic varchar(50),op1 varchar(50),op2 varchar(50),op3 varchar(50),op4 varchar(50),ans varchar(50)) ; Download Project Other Projects to Try: Online Recruitment System project in Java Online Exam Suite Project in Java Online Exam System in Java 100+ Free Java mini projects with Source Code Online Exam System Project using PHP
ProjectsGeek says March 13, 2016 at 6:31 am Its JSP project, so you will need Apache tomcat to run server side code. You have to copy all code to root directory of project.
Shubhasnh says November 18, 2015 at 5:20 am sir can you help me import these files in netbeans? Reply
ProjectsGeek says January 2, 2016 at 3:19 am You can import files to netbeans by two ways: Manually create project and then copy .java files one by one. Use import functionality of Netbeans IDE.
rishi says July 27, 2014 at 2:15 pm there are many java files ryt !! so v need to paste all d java files in one new file n compile in netbeans? Reply
ProjectsGeek says July 29, 2014 at 7:23 am No you need to create a new project. Then paste all file in that project(separate files as given in attachment). Create database for project. That’s all.
pratik says
how to run this program
ProjectsGeek says
Its JSP project, so you will need Apache tomcat to run server side code. You have to copy all code to root directory of project.
yash says
I Ialso want to know…that how to create database
ProjectsGeek says
You need to import the database file in DB.
Shubhasnh says
sir can you help me import these files in netbeans?
ProjectsGeek says
You can import files to netbeans by two ways:
Manually create project and then copy .java files one by one.
Use import functionality of Netbeans IDE.
Amit says
how to create database
rishi says
there are many java files ryt !! so v need to paste all d java files in one new file n compile in netbeans?
ProjectsGeek says
No you need to create a new project. Then paste all file in that project(separate files as given in attachment).
Create database for project.
That’s all.