Home / Programming MCQs / JAVA MCQs / Question
M
Q. In RMI program the following example shows the, import java.rmi.*; public interface Adder extends Remote{ public int add(int x,int y)throws RemoteException; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Java supports input/output of data through the classes included in the _______ package:
When a class is declared as final , then ____.
To stop or block inheriting a given class, the ___ keyword is used before the class.
What is the output of the following code snippet?
Decrement operator, −−, decreases the value of variable by what number?
Discusssion
Login to discuss.