Java
Programming and Technical
How will you pass parameters in RMI?
Why do you serialize?
Read Solution (Total 0)
Java Other Question
Which constructs an anonymous inner class instance?
A. Runnable r = new Runnable() { };
B. Runnable r = new Runnable(public void run() { });
C. Runnable r = new Runnable { public void run(){}};
D. System.out.println(new Runnable() {public void run() { }});
In RMI ,server object is first loaded
into memory and then the stub reference is sent to the
client. true or false?