Explain RMI Architecture?
Application Layer: The client and server program
Stub & Skeleton Layer: Intercepts method calls made by the client/redirects these calls to a remote RMI service.
Remote Reference Layer: Understands how to interpret and manage references made from clients to the remote service objects.
Transport layer: Based on TCP/IP connections between machines in a network. It provides basic connectivity, as well as some firewall penetration strategies.
http://www.javabeat.net/articles/113-rmi-interview-questions-1.html
Friday, March 30, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment