what is Remote Reference Layer ?
Answer / anuj pandey
hi everybody,
Remote Reference Layer is using in Remote method
invocation.when method of one machine execute in one
machine but run in another machine then it is calledremote
method invocation.In RMI there is four layers (application
layer,stub or skelton layer,remote referense
layer,transportation layer).stub is a client side java
object and skelton is java object of server side.
Is This Answer Correct ? | 1 Yes | 1 No |
Can singleton class be serialized?
What are keywords in java?
Howmany number of objects we can store in an ArrayList. Is there any limit?
What are the three best choices for a development environment?
What does the “final” keyword mean in front of a variable? A method? A class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Explain try and catch keywords in java?
What is method Overloading in the perspective of OOPS?
What classes of exceptions, thrown by a throw statement?
What is mean by exception?
Explain about main() method in java ?
What is equals method in java?