Java MCQ Questions for Placement


Q.  The life cycle of session bean is not maintained by the application server (EJB Container).

a. True
b. False


ANSWER: See Answer
 
No explanation is available for this question!
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
MCQs:  Consider the following two statements (A) int x = 25; (B) Integer y = new Integer(33); What is the difference between these two statements?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is a language for finding information in an XML document?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which are the main features of XML?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which language is Extensible Markup Language (XML) similar?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which class is thread-safe i.e. multiple threads cannot access it simultaneously,So it is safe and will result in an order?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is a mechanism where one object acquires all the properties and behaviors of the parent object?
Category: Placement Tests,   Published by: teswesm
MCQs:  Java Virtual Machine is platform independent.
Category: Placement Tests,   Published by: teswesm
MCQs:  What is the range of the int data type?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which are subclasses of FilterInputStream and FilterOutputStream?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method returns a reference to the currently executing thread object?
Category: Placement Tests,   Published by: teswesm