Java Online Exams - Online Java Exam for Java professionals

This online Java exam consists of questions you can expect to see during various competitions, written exams and certification exams. Reading books after books without practicing the sample exam questions can't help you crack the exam. Take this online Java exam consisting of 40 questions and see how many questions you get right and in how much time. The score at the end of the exam says it all!
Online Practice Test > Java Test
Click here to start Java online practice exams
Here are few sample Java online exams questions

What is the difference between throw and throws?

The throws key word is used to explicitly throw an exception, while throw is utilized to handle checked exceptions
The throw key word is used to implicitly throw an exception, while throws is utilized to handle checked exceptions
The throws key word is used to implicitly throw an exception, while throw is utilized to handle checked exceptions
The throw key word is used to explicitly throw an exception, while throws is utilized to handle checked exceptions

Which of the following below are valid isolation levels in J2EE?

TRANSACTION_READ_UNCOMMITTED:
Both a and c
TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE_COMMIT

What is the purpose of code attribute of applet tags?

A URL that points to the class of the applet
A URL to the applet when it is stored in a Java Archive or ZIP file
Indicates the base URL of the applet if the code attribute is relative
Defines the horizontal spacing around the applet

Click here to start Java online practice exams 

More Links
What is chained exceptions in java?

Once an application finds an exception, responds an exception by throwing another exception. It causes another exception. Knowing an exception that causes another exception is very useful.....................

When should we create our own custom exception classes?

The term exception lets the programmer to know that there is something exceptional has occurred in the program. Apart from Java exception class library, a custom.................

 



Write your comment - Share Knowledge and Experience

Discussion Board
Java Online Exams - Online Java Exam for Java professionals

Which of the following is TRUE for serialization in JAVA?

Process of converting classes’ instance into stream of bytes
Doesn’t help in persisting data
Both a and d
An operation in which an object’s internal state is converted into a stream of bytes


Java Online Exams 05-10-2012 06:14 AM

Java Online Exams - Online Java Exam for Java professionals

Which of the following below are valid isolation levels in J2EE?

TRANSACTION_READ_UNCOMMITTED:
Both a and c
TRANSACTION_SERIALIZABLE
TRANSACTION_SERIALIZABLE_COMMIT


Java Online Exams 05-10-2012 06:14 AM

Java Online Exams - Online Java Exam for Java professionals

Which code determines the int value data closer to, but not greater than, a double value b?

Int data = (int) Math.abs(b);
Int data = (int) Math.ceil(b);
Int data = (int) Math.floor(b);
Int data = (int) Math.min(b);


Java Online Exams 05-10-2012 06:14 AM

Java Online Exams - Online Java Exam for Java professionals

Which of the following is considered as a blue print that defines the variables and methods common to all of its objects of a specific kind?

Object
Class
Method
Real data types


Java Online Exams 05-10-2012 06:14 AM

More online test

Linux Certification
C Online Quiz
C++ Online Test
Perl Online Test
VC++ Online Test
OOPS Test
Embedded systems Test
PMP Practice Test
PHP Online Test
DHTML Online Test
CSS Quiz
MySQL Online Test


Career 12-20-2011 03:01 AM

 


Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring