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.
aditya jain says
sir i want to know how i can download the project of online examination project………………
ProjectsGeek says
@Aditya Jain ..You can try this online examination project
https://projectsgeek.com/2014/07/online-examination-system-project-java-2.html
deepak says
sir,
how can i run this project in netbeans
ProjectsGeek says
Hello Deepak,
Follow these steps to tun this project.
Step 1: Create a empty project in netbeans.
Step2: Copy all files to this project .
Step3: Create database for this project in MYSQL.
Step4: You can now run this project.
Thanks.
shubham nagpal says
plz send me the source code of above project.
ProjectsGeek says
Its given at the bottom of this page with project report. Please do ask if you have any other doubts.
farah says
hi!can i know what type of question are that u used for this system.is it mcq or structural question? tq 🙂
ProjectsGeek says
@FARAH… this Online Examination Java Project is using MCQ type of questions.
Gaurav says
How can i run my projecct in eclipse
ProjectsGeek says
Use the project import functionality of the eclipse to import the source code into eclipse.