Java MCQ Questions for Placement


Q.  Which of the package is used to enable interaction with garbage collector?

a. java.lang.ref
b. java.lang.reflect
c. java.lang
d. java.awt


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  How many types of JDBC drivers are available?
Category: Placement Tests,   Published by: teswesm
MCQs:  In the following statements identify the disadvantages of CGI?
Category: Placement Tests,   Published by: teswesm
MCQs:  Hibernate framework simplifies the development of java application to interact with the database
Category: Placement Tests,   Published by: teswesm
MCQs:  What is responsible in MVC for managing the data of the application which responds to the request from the view as well as to the instructions from the controller to update itself?
Category: Placement Tests,   Published by: teswesm
MCQs:  The i18n interceptor provides multi-lingual support for your application
Category: Placement Tests,   Published by: teswesm
MCQs:  Which session bean does the conversational state between multiple method calls is not maintained by the container?
Category: Placement Tests,   Published by: teswesm
MCQs:  In RMI Distributed object applications need to
Category: Placement Tests,   Published by: teswesm
MCQs:  Which packages does a JSP API consist of?
Category: Placement Tests,   Published by: teswesm
MCQs:  How many JDBC product components does the Java software provides?
Category: Placement Tests,   Published by: teswesm
MCQs:  Applet runs inside the browser and works at client side
Category: Placement Tests,   Published by: teswesm
MCQs:  AWT is used for GUI programming in java
Category: Placement Tests,   Published by: teswesm
MCQs:  TCP,FTP,Telnet,SMTP,POP etc. are examples of ?
Category: Placement Tests,   Published by: teswesm
MCQs:  The flush() method of PrintStream class flushes any uncleared buffers in memory
Category: Placement Tests,   Published by: teswesm
MCQs:  In XML which internet languages are markup languages for handheld devices?
Category: Placement Tests,   Published by: teswesm
MCQs:  In which application can XML be used for marking up documents for specialized applications, such as e-commerce, scientific documents, Mathematical formula and e-books?
Category: Placement Tests,   Published by: teswesm
MCQs:  What defines the method by which you can enumerate (obtain one at a time) the elements in a collection of objects?
Category: Placement Tests,   Published by: teswesm
MCQs:  Constructor is like a method that is used to initialize the state of an object. It is invoked at the time of object creation
Category: Placement Tests,   Published by: teswesm
MCQs:  In Method overriding a subclass in a different package can only override the non-final methods declared public or protected
Category: Placement Tests,   Published by: teswesm
MCQs:  The following two rules are defined by? 1. The parameters may differ in their type or number, or in both. 2. They may have the same or different return types.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which allows you to migrate your implementations over time without breaking the code that depends on the public interface of your classes?
Category: Placement Tests,   Published by: teswesm