Home

What is the correct answer?

4

Session bean

A. Represents a single client inside the application server

B. Can not be shared

C. Is not persistent

D. Satisfies all of the above conditions

Correct Answer :

D. Satisfies all of the above conditions


Related Questions

Which of the following string can be used as mode string for creating… Servlet has ___________ A class may be both abstract and final. When we invoke repaint () for a Component, the AWT invokes the method: When the string objects are compared with ==, the result is true If the… A static class method can be invoked by simply using the name of the method… Java always provides a default constructor to a class. Servlet can have ___________ Which of the following keywords are used to control access to a class… It is perfectly legal to refer to any instance variable inside of a static… Message-Driven beans act as a listener for the Java Message Service API,… The expression (x == y && a<b) is true If either x == y is true or… Which of the following control expressions are valid for an if statement? Which of the following statements are true? A thread can make second thread ineligible for execution by calling the… Throwing an exception always causes program termination. Which of the following represent legal flow control statements? The concept of multiple inheritance is implemented in Java by It is an error to catch the same type of exception in two different catch… Which of the following methods can be used to draw the outline of a square? It is perfectly legal to assign a subclass object to a supper class reference. It is an error to have a method with the same signature in both the super… Which of the following methods belong to the String class? Given the codeString s = new String("abc");Which of the following calls… What is error in the following class definitions? abstract class… DataInput is Submit button always fires doPost(...) The programmer must explicitly create the system .in and system .out objects. All methods in an abstract class must be declared abstract. In a single Servlet class we can use____________