Java MCQ Questions for Placement


Q.  Which method is used in thread class to starts the execution of the thread?

a. public void start()
b. public void run()
c. public void stop()
d. public void suspend()


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Which are the techniques for defining the structure of a specific type of XML documents?
Category: Placement Tests,   Published by: teswesm
MCQs:  An abstract class has no use when it is extended by some other class.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which provides a new way for your programs to interface with code libraries written in other languages?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which classes has Sun Microsystem suggested not to use for read and write the textual information?
Category: Placement Tests,   Published by: teswesm
MCQs:  Can we start a thread twice?
Category: Placement Tests,   Published by: teswesm
MCQs:  Who is also called father of Java Programming Language?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which string function returns the number of characters in a string?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which default exception handler that performs the following tasks: 1: Prints out exception description. 2: Prints the stack trace (Hierarchy of methods where the exception occurred). 3: Causes the program to terminate.
Category: Placement Tests,   Published by: teswesm
MCQs:  What is the disadvantage of Garbage Collection?
Category: Placement Tests,   Published by: teswesm
MCQs:  A class is declared inside a class but outside a method it is known as ________.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method of 'Class' class is used to register the driver class and the method is used to dynamically load the driver class?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which object is created by the web container at time of deploying the project?
Category: Placement Tests,   Published by: teswesm
MCQs:  We need to specify @Inheritance(strategy=InheritanceType.JOINED) in the parent class and @PrimaryKeyJoinColumn annotation in the subclasses.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which way will the architecture and flow of struts 2 application will go to understand the struts flow?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which component does the Entity bean represents the persistent data stored in the database?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method in naming class specifies a name to the remote object?
Category: Placement Tests,   Published by: teswesm
MCQs:  A bean encapsulates many objects into one object, so we can access this object from multiple places.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which class has traditionally been the backbone of the JDBC architecture?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is the correct order of lifecycle in an applet?
Category: Placement Tests,   Published by: teswesm
MCQs:  The following a) It is lightweight. b) It supports pluggable look and feel. c) It follows MVC (Model View Controller) architecture are the advantages of _____ .
Category: Placement Tests,   Published by: teswesm