Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Java 3 online test, online practice test, exam, quiz
Online Practice Test
>
Java 3
Java 3 Online Test
The purpose of this online test is to help you evaluate your Java 3 knowledge yourself. These Multiple Choice Questions (MCQs) on Java 3 will prepare you for technical round of job interview, written test and many certification exams.
The test contains 22 questions and there is no time limit. You will get 1 point for each correct answer. You will get your online test score after finishing the complete test.
(Total
22
questions)
(Time spent
0:0
)
1. public Class Test implements Runnable{
public void run(Thread t)
{
System.out.println(“Running...”);
}
public static void main(String [] args)
{
new thread(new Test()).start();
}
}
What is the result?
Compile error.
Exception is thrown.
Running… will be printed
Program exists without printing anything.
View Test Answer
Online Practice Test
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
MCQs
English
Tutorials
Download
Advertisement
▲