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.
Leka says
I need a java source code for create a online test application.please help me.
ProjectsGeek says
You can download online test application using download buttons provided at the end.
pratha says
how this project will execute..??
ProjectsGeek says
You have to follow this guide to run java projects
https://projectsgeek.com/2012/04/how-to-run-java-projects.html
vijay says
bro do u have the same code with net beans?
ProjectsGeek says
You can run eclipse java code in netbeans also. So there is no dependency like that.
gayathri says
Sir how to download this project with source code plzz help meee
ProjectsGeek says
Kindly use the Download project hyperlink given at the end of the project abstract.
nazibul says
ResultSet rs=st.executeQuery(“select inst from rule”);
wht is the colum name in table rule,,plz help me as soon as possible ,,
thank u
ProjectsGeek says
Kindly check the project report for database mapping details.