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 |
What do you know about the garbate collector?
How do you use spaces in java?
What about member inner classes?
What is return in java?
How can you debug the Java code?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What's the access scope of protected access specifier?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
How many types of methods are there in java?
What is += mean in java?
explain Anonynous inner class?
Is 0 a prime number?