McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
How many kinds of classes can be used in...
Q.
How many kinds of classes can be used in Java RMI?
A.
One
B.
Two
C.
Three
D.
Four
Answer» B. Two
3k
0
Do you find this helpful?
3
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
State true or false (i) Java RMI supports distributed objects written entirely in java (ii) Java RMI makes use of stubs and skeleton (iii) In Java RMI an object registers itself with a media server (iv) IDL is interface declaration language
Which method of the Naming class (found in java.rmi) is used to update the RMI registry on the server machine?
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; }
Java support RMI. What does this RMI stands for?
Match the following (a) Datagram Socket (i) UDP connection (b) URL (ii) provides a necessary framework of debugging java programs (c) java.net (iii) makes it possible to communicate over a network with java programs (d) sun.tools.debug (iv) is a java object that represents WWW address
In RMI which layer defines and supports the invocation semantics of the RMI connection, this layer maintains the session during the method call?
____________ is a subinterface of java.rmi.Remote that defines the methods for the server object.
Java Stream classes can be categorized into two groups:
Which of these classes is used to read characters and strings in Java from console?
Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application?