Java MCQ Questions for Placement


Q.  Which state is the thread still alive, but is currently not eligible to run?

a. Non-Runnable
b. Terminated
c. Runnable
d. Running


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  XML stands for?
Category: Placement Tests,   Published by: teswesm
MCQs:  Multiple inheritances is not supported in case of class but it is supported in case of interface.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which class automatically flushes the data so that there is no need to call the flush() method. Moreover, its methods don't throw IOException?
Category: Placement Tests,   Published by: teswesm
MCQs:  How many methods does a thread class provides for sleeping a thread?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which class members can be accessed from the classes in the same package as well as classes in other Packages that are subclasses of the declaring class?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method of object class can clone an object?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is a technique in Java in which a class can have any number of constructors that differ in parameter lists?
Category: Placement Tests,   Published by: teswesm
MCQs:  ResultSet object can be moved forward only and it is updatable.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which packages represent interfaces and classes for servlet API?
Category: Placement Tests,   Published by: teswesm
MCQs:  Hibernate caching improves the performance of the application by pooling the object in the cache.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which pattern is the struts framework based?
Category: Placement Tests,   Published by: teswesm
MCQs:  JMS is also known as a messaging service.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which program obtains a remote reference to one or more remote objects on a server and then invokes methods on them in an RMI application?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which action tags are used in JSP for developing web application with Java Bean?
Category: Placement Tests,   Published by: teswesm
MCQs:  JDBC technology-based drivers generally fit into how many categories?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which JDBC type represents a 64-bit signed integer value between -9223372036854775808 and 9223372036854775807?
Category: Placement Tests,   Published by: teswesm
MCQs:  When an applet is terminated which of the following sequence of methods calls take place?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method is called only once during the run time of your applet?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is a component in AWT that can contain another components like buttons, textfields, labels etc.?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which allows the caller to remove elements from the underlying collection during the iteration with well-defined semantics?
Category: Placement Tests,   Published by: teswesm