How many layers are there in RMI and what are they?
Answer / sivakami
four layers are there in RMI, they are
1.Application layer.
2.Stub & skeleton layer.
3.Remote Reference layer.
4.Transport layer.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is JNI?
Are there books about seam?
What are the JSP implicit objects ?
What is multithread synchronizing ?
how to use debug in my elipse to solve problems that exist in my project
What is ioc concept & explain it?
can i call multipule form beans in Action class?
java is fully object oriented languages or not? why?
whether the connectionpooling used in struts?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What is the difference between static and non-static with examples?
Is multiple try block is possible in single java Application......