Java MCQ Questions for Placement


Q.  A session bean represents a multiple clients inside the Application Server.

a. True
b. False


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  We need to write the controller code self, If we change the controller code, we need to recompile the class and redeploy the application this is a disadvantage of which MVC Architecture?
Category: Placement Tests,   Published by: teswesm
MCQs:  EJB is a specification for J2EE server, not a product; Java beans may be a graphical component in IDE.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which EJB container must provide an implementation of Java Naming and Directory Interface (JNDI) API to provide naming services for EJB clients and components?
Category: Placement Tests,   Published by: teswesm
MCQs:  In RMI, the objects are passed by _____.
Category: Placement Tests,   Published by: teswesm
MCQs:  RMI and EJB, provides services to access an object running in another JVM (known as remote object).
Category: Placement Tests,   Published by: teswesm
MCQs:  Which two interfaces does the javax.servlet.jsp package have?
Category: Placement Tests,   Published by: teswesm
MCQs:  In JSP Action tags which tags are used for bean development?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which driver Network connection is indirect that a JDBC client makes to a middleware process that acts as a bridge to the DBMS server?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which Indicates a result set that cannot be updated programmatically in concurrency?
Category: Placement Tests,   Published by: teswesm
MCQs:  The APPLET tag is used to start an applet from both an HTML document and from an applet viewer.
Category: Placement Tests,   Published by: teswesm
MCQs:  Which class is used for this Processing Method processActionEvent( )?
Category: Placement Tests,   Published by: teswesm
MCQs:  Which is used to store data and partial results, as well as to perform dynamic linking, return values for methods, and dispatch exceptions?
Category: Placement Tests,   Published by: teswesm
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