What is RMI architecture?

Answer Posted / sourav

http://www.hpjava.org/theses/slim/dissertation/dissertation/img8.png

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ripple effect?

637


Which containers use a border layout as their default layout?

611


How to deploy Jar, War files in J2EE?

2174


What are JTA/JTS and how they used by client?

1720


What is a modular application? What does module-relative mean?

545






What is the difference between the session.get() method and the session.load() method?

604


What class is used to create Server side object ?

1676


How is a java object message delivered to a non-java client?

577


What are the different methods of identifying an object?

581


how i secure my site with the https protocol.what are the steps?

1738


What are the design considerations while making a choice between using interface and abstract class?

543


What restrictions are placed on the values of each case of a switch statement?

539


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1369


Which container method is used to cause a container to be laid out and redisplayed?

671


If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?

1738