Java MCQ Questions for Placement


Q.  What type of servlets use these methods doGet(), doPost(),doHead, doDelete(), doTrace()?

a. Genereic Servlets
b. HttpServlets
c. All of the above
d. None of the above


ANSWER: See Answer
 
No explanation is available for this question!
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
MCQs:  Which object can be constructed to show any number of choices in the visible window?
Category: Placement Tests,   Published by: teswesm
MCQs:  In Graphics class which method is used to draws a rectangle with the specified width and height?
Category: Placement Tests,   Published by: teswesm
MCQs:  The Java Foundation Classes (JFC) is a set of GUI components which simplify the development of desktop applications.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which method is used to set the graphics current color to the specified color in the graphics class?
Category: Placement Tests,   Published by: teswesm
MCQs:  Give the abbreviation of AWT?
Category: Placement Tests,   Published by: teswesm
MCQs:  An exception is an event, which occurs during the execution of a program that disrupts the normal flow of the program's instructions.
Category: Placement Tests,   Published by: teswesm