.Net Projects ( major ) Java Projects ( major ) VB Projects ( major ) Php Projects ( major ) Vc++ Projects ( major ) SQL projects ( major ) IEEE ECE Projects
c&ds projects ( major ) c++ projects ( major ) Perl projects ( major ) Cold Fusion Projects ASP projects ( major ) Delphi projects ( major ) HTML Projects

what is '1000 projects'?

'chetanasprojects.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects .net projects, asp projects, c & ds projects, c++ projects (all), cold fusion projects, delphi projects, java projects, perl projects, php projects, sql projects, vc++ projects, visual basic projects. btech projects, be projects, software projects, computer projects, engineering projects, source code, final year projects, mca projects, paper presentations

how it works?

well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.

more number of projects?

here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister site www.fullinterview.com

Download The Java Engineering Project


Title: MCQ Quiz Application

Title: MCQ Quiz Application



Description: This code is an implementation of MCQ Quiz System. It was a requirement of my semester, I grabbed the maximum marks and now thought I should share this code with all of you. So that's why it is here now. The system is fully developed in core java and it uses multiple choice questions approach. It is a menu-based application and executes the operation based on user's choice as to be directly inputted in console. This program uses a simple text file to store and manipulate questions. The questions are stored in CSV (Comma Separated Value) format. It maintains a very very simple data structure. First part meant for the question, the next four sections are four options to be given in console(in front of the user) and last part has the correct answer stored(it points to the element no. in the array of answers). The file "Questions.Txt" is also included in the zip. Anyone can use the file or create new or modify their own questions. The presentation of questions is fully dynamic. Presentation fully depends on the master file (which have the questions data stored). This file will be automatically created by the program if not found in the application path. It also displays the contest summary along with the correct answers of all questions answered wrongly at quiz's end. It has the pin-point focus on number of questions presented, answered or skipped. The program also computes accuracy percentage based on no. of correct answers. See the screenshot. I have put my effort to make it user-friendly and more-n-more dynamically. Personally I think, this code is a great example of Object Oriented Programming (OOPs). Download the code, use it or if you want you can modify it (doesn't matter). I want some appreciation on my work. Any commnets are welcome. If somebody can give me more ideas on how to improve this code or add new features, it will be highly acknowledgeabe. Thanks to all my fellow programmers and enthusiasists...!!!...ENJOY CODING...!!!:)

What is JAVA ?

Java is an entire programming language resembling C or C++. It takes a sophisticated programmer to create Java code. And it requires a sophisticated programmer to maintain it. With Java, you can create complete applications. Or you can attach a small group of instructions, a Java "applet" that improves your basic HTML. A Java Applet can also cause text to change color when you roll over it. A game, a calendar, a scrolling text banner can all be created with Java Applets. There are sometimes compatibility problems between Java and various browsers, operating systems or computers, and if not written correctly, it can be slow to load. Java is a powerful programming language with excellent security, but you need to be aware of the tradeoffs.

What is JSP ?

Short for Java Server Page. A server-side technology, Java Server Pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code, separating the page logic from the static elements -- the actual design and display of the page -- to help make the HTML more functional(i.e. dynamic database queries). A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet. However, JSP technology provides a more convenient way to code a servlet. Translation occurs the first time the application is run. A JSP translator is triggered by the .jsp file name extension in a URL. JSPs are fully interoperable with servlets. You can include output from a servlet or forward the output to a servlet, and a servlet can include output from a JSP or forward output to a JSP. JSPs are not restricted to any specific platform or server. It was orignially created as an alternative to Microsoft's ASPs (Active Server Pages). Recently, however, Microsoft has countered JSP technology with its own ASP.NET, part of the .NET initiative.

What is JavaScript ?

When new technologies start, they sometimes acquire names that will be confusing in the future. That's the case with JavaScript. JavaScript is not 'Java'. JavaScript is a simple programming language that was developed by Netscape that writes commands to your browser when the HTML page is loaded. Note: you can have compatibility issues with Java Script, especially in newer versions of Browsers.

download project