Online Examination Java Project
Screenshots
Online Examination Java Project
ABSTRACT
Exam Software is a Test Management Software, which offers a complete solution for Computer Based Test (CBT) .They are used to set up multiple choice tests for set time periods that when submitted are automatically corrected and the results logged beside the student’s reference number.
FEATURES
- Administrator login.
- Student registration.
- Management and update of student information ,instructions and questions.
- scope for fixing negative marks and maximum marks to each question.
- Display of result in the form of total score ,correct responses attempted and non attempted questions.
WHAT IMPACT DOES IT HAVE
- Physical presence at a given location is absolutely not necessary.
- No time is spent on evaluation.
- Results are available instantly.
- The time of starting and completion of examination can be recorded at the server and the student cannot manipulate the same.
- Even for subjects that the actual examination that will not be conducted online students can be given extensive practice and training by holding online Mock Tests.
- Almost all competitive exams are multiple choice types and these can be easily conducted online, for example GCET – Goa Common Entrance Test held to shortlist candidates for medical and engineering courses.
- Trends of the examination including topic wise trends of each subject can be easily obtained if required.
Read this for the better understanding of the project
JSP or Java servlet pages is a server side programming technique. It enables in creating dynamic content in web pages.
JSP Directives
<%@ page … %> | These attributes will apply to entire page
Eg : <%@ page attribute=“value” %> |
<%@ include … %> | This will include another file during translation phase
Eg : <%@ include file=“value” %> |
<%@ taglib … %> | This will define the tag library
Eg : <%@ taglib uri=” “ prefix=” “ %> |
Use of web.xml file
Java web applications use a deployment descriptor file to decide which URL should point to which servlet.
This file is named as web.xml. It is placed in application’s WAR under the WEB-INF/
directory.
sridhar says
what are the softwares required???only eclipse ,oracle is enough or any other s/w is required?
ProjectsGeek says
@Sridhar. You need Eclipse or Netbeans for running this project. You can use MySql database for this project.
Gunjan gupta says
Can u mail me this projct
Its report nd code plzzz….
Its nt downloading
ProjectsGeek says
You can download the same from links given below:
https://sites.google.com/site/projectsgeek1/projects_1/Online%20Examination%20Java%20Projectreport.docx
https://sites.google.com/site/projectsgeek1/projects_1/Online%20Examination%20Java%20Project%20code.rar
nikitha reddy says
Hi sir, I tried running the application in eclipse but ended with 404 error saying no resource found, I feel there are no html files in the project and few other files are also missing.. can you clarify me with this problem, your help would me greatly acknowledged.
ProjectsGeek says
Could you please provide more details like which HTML page or files ? May be it can some image files or other things.
vimal says
how can i run this sir /
ProjectsGeek says
Its a jsp project, So you need a server to run this like apache tomcat. So get it install and then in eclipse or netbeans paste all the source files in project. That’s it.
Paul says
How about question type? Only muptiple choices are allowed?
ProjectsGeek says
No only single answers are supported, but you can make it work as multiple choices compatible also.