Home

What is the correct answer?

4

In RMI before running the client program we must start RMI Registry.

A. True.

B. False.

Correct Answer :

A. True.


Related Questions

It is perfectly legal to assign a subclass object to a supper class reference. Message-Driven beans act as a listener for the Java Message Service API,… It is an error if a class with one or more abstract methods is not explicitly… A package is a collection of A static class method can be invoked by simply using the name of the method… Which of the following represent legal flow control statements? A method declared as static can not access non-static class members. If you want to assign a value of 99 to the variable year, then which of… Give file is a file object, which of the following are legal statements… Any class may be inherited by another class in the same package. Which of the following keywords are used to control access to a class… If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… The import statement is always the first no comment statement in a Java… A final class may not have any abstract method. To delete a file, we can use an instance of class file. Which javadoc tag is used to denote a comment for methods parameters? A catch can have comma-separated multiple arguments. Declarations can appear anywhere in the body of a Java method. 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? If m and n are int type variables, what will be the result of the expression'm… A thread can make second thread ineligible for execution by calling the… JSP files creates ________________ Connection, Statement are interfaces and ResultSet is a class. Which of the following statements are true? What is java -g used for? The default case is always required in the switch selection structure. A variable declared inside the for loop control can not be referenced… It is perfectly legal to refer to any instance variable inside of a static…