Home

What is the correct answer?

4

EJBs can be of the following type(s)
None of the above

A. Entity Bean

B. Session Bean

C. Message-driven bean

D. All of the above

Correct Answer :

D. All of the above


Related Questions

Message-Driven beans act as a listener for the Java Message Service API,… Consider the following code snippet: try {int x=0; int y=50/x; System.out.println("Division… executeUpdate(------------) returns ___________ Which of the following methods can be used to change the size of a size()… class.forName(...) creates an instance of java ODBC driver Which exception is thrown by the read() method of InputStream class? Which of the following statements are true? Which of the following are the wrapper classes? The modulus operator (%) can be used only with Integer operands. In RMI we invoke client method from remote server Which key word can protect a class in package from accessibility by the… For all insert, update, delete, query operations on a database, ResultSet… A class may be both abstract and final. We would like to make a member of a class visible in all subclasses regardless… When present, package must be the first no comment statement in the file. When X is a positive number the operations x>> 2 and x>>>2… The name of the RMI compiler is ___________ All methods in an abstract class must be declared abstract. DataInput is Session bean A final class may not have any abstract method. What does the following line of code do?TextField text=new TextField(10); A thread can make second thread ineligible for execution by calling the… The programmer must explicitly create the system .in and system .out objects. Which of the following methods can be used to remove a component from… It is an error to have a method with the same signature in both the super… A catch can have comma-separated multiple arguments. Frames and applets cannot be used together in the same program. JdbcOdbcDriver is an object of Object class Throwing an exception always causes program termination.