InterviewSolution
Saved Bookmarks
| 1. |
Which of these package is used for remote method invocation?(a) java.applet(b) java.rmi(c) java.lang.rmi(d) java.lang.reflectI had been asked this question in my homework.The question is from Remote Method Invocation (RMI) in division java.util – The Collections Framework of Java |
|
Answer» RIGHT ANSWER is (B) java.rmi The BEST explanation: None. |
|