Home

What is the correct answer?

4

The name of the RMI compiler is ___________

A. rmicom

B. rmic

C. jrmi

D. none of the above

Correct Answer :

B. rmic


Related Questions

In RMI before running the client program we must start RMI Registry. Which of the following statements are valid array declarations? If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… The default case is always required in the switch selection structure. Throwing an exception always causes program termination. The import statement is always the first no comment statement in a Java… Two methods cannot have the same name in Java. When we invoke repaint () for a Component, the AWT invokes the method: What is error in the following class definitions? abstract class… In RMI we invoke client method from remote server We can over load methods with differences only in their return type. JdbcOdbcDriver is an object of Object class Which of the following will produce a value of 10 if x = 9.7? When X is a positive number the operations x>> 2 and x>>>2… Consider the following statements: int x = 10, y = 15; x = ((x < y)… If a=10 and b= 15, then the statement x =(a>b)?a:b; assigns the value… The length of a string object 's1' can be obtained using the expression… A static class method can be invoked by simply using the name of the method… A catch can have comma-separated multiple arguments. Connection, Statement are interfaces and ResultSet is a class. The methods wait() and noify() are defined in The setBackground() method is part of the class A panel can not be added to another panel. An EJB is a server-side component that encapsulates the business logic… In the code below, what data types the variable x can have? Which of the following control expressions are valid for an if statement? A JSP file can be stored_________________ Which of the following are not keywords? Servlet can have ___________ Members of a class specified as private are accessible only to the methods…