Home

What is the correct answer?

4

Message-Driven beans act as a listener for the Java Message Service API, processing messages synchronously

A. True

B. False

Correct Answer :

B. False


Related Questions

The programmer must explicitly create the system .in and system .out objects. class.forName(...) creates an instance of java ODBC driver A string object can not be modified after it is created. Which are the valid ways to create DataInputStream streams? Every method of a final in class is implicitly final. Which of the following command lines options generates documentation for… Servlet has ___________ When we implement an interface method, it should be declared as public. It is an error to have a method with the same signature in both the super… A thread can make second thread ineligible for execution by calling the… Which key word can protect a class in package from accessibility by the… The methods wait() and noify() are defined in When the string objects are compared with ==, the result is true If the… executeUpdate(------------) returns ___________ A package is a collection of The break statement is required in the default case of a switch selection… The concept of multiple inheritance is implemented in Java by If you want to assign a value of 99 to the variable year, then which of… Java is fully object oriented programme. An individual array element that is passed to a method and modified in… Session bean JdbcOdbcDriver is an object of Object class Which exception is thrown by the read() method of InputStream class? The name of a Java program file must match the name of the class with… In RMI before running the client program we must start RMI Registry. What is wrong in the following class definitions? abstract class… Which of the following will produce a value of 10 if x = 9.7? In RMI we invoke client method from remote server For all insert, update, delete, query operations on a database, ResultSet… Which of the following statements are valid array declarations?