Java MCQ Questions for Placement


Q.  Which is used to separate the hierarchy of the class while declaring an import statement?

a. Package
b. Applet
c. Browser
d. All of the above


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  Which methods are provided by the PrintStream class?
Category: Placement Tests,   Published by: teswesm
MCQs:  Daemon thread provides services to user threads for background supporting tasks,It has no role in life than to serve user threads.
Category: Placement Tests,   Published by: teswesm
MCQs:  A package can be renamed without renaming the directory in which the classes are stored.
Category: Placement Tests,   Published by: teswesm
MCQs:  What is known as the classes that extend Throwable class except RuntimeException and Error?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is irrecoverable?
Category: Placement Tests,   Published by: teswesm
MCQs:  Java application uses an output stream to read data from a source, it may be a file, an array, peripheral device or socket.
Category: Placement Tests,   Published by: teswesm
MCQs:  Mutual exclusive and inter-thread communication are which type of Synchorization?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method is used to establish the connection with the specified url in a Driver Manager class?
Category: Placement Tests,   Published by: teswesm
MCQs:  The ACID properties does not describes the transaction management well.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which methods are used to bind the objects on HttpSession instance and get the objects?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which of these ways used to communicate from an applet to servlet?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is used to make asynchronous request i.e. it doesn't block the user and it sends only required field data to the server side not all, So it makes the performance fast?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which session bean maintain their state between client invocations but are not required to maintain their state across server crashes or shutdowns?
Category: Placement Tests,   Published by: teswesm
MCQs:  JMS is mainly used to send and receive message from one application to another.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which can generate HTML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and image processing etc. in JSP?
Category: Placement Tests,   Published by: teswesm
MCQs:  The ASP and JSP technologies are quite similar in the way they support the creation of Dynamic pages, using HTML templates, scripting code and components for business logic.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which methods returns a stream that simply provides the raw bytes from the database without any conversion?
Category: Placement Tests,   Published by: teswesm
MCQs:  The intent is for JDBC drivers to implement nonscrollable result sets using the support provided by the underlying database systems.
Category: Placement Tests,   Published by: teswesm
MCQs:  Applet works at client side so less response time.
Category: Placement Tests,   Published by: teswesm
MCQs:  From the following statements which is a drawback for Applet?
Category: Placement Tests,   Published by: teswesm