What is UniCastRemoteObject and what is its use in RMI?

Answer Posted / sarfaraz sheikh

The use of UnicastRemoteObject in RMI to create an instance
for remote services and provide activation and deactivation.

Is This Answer Correct ?    7 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ioc concept & explain it?

600


Write a singleton program?

559


How are the elements of a borderlayout organized?

585


What is threadfactory?

602


What is a policy?

1760






What is the highest-level event class of the event-delegation model?

562


What is the purpose of the wait() method?

607


whats is statement and procedure

1579


How are commas used in the intialization and iteration parts of a for statement?

573


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

529


Java is fully object oriented languages or not?

528


What are local interfaces? Describe.

685


What is a class loader? What are the different class loaders used by jvm?

570


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!

1350


Explain RMI Architecture?

593