What exceptions are thrown by RMI?



What exceptions are thrown by RMI?..

Answer / anonymous

1.RemoteException
2.CreateException - When try to create an object.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Name the class that is used to bind the server object with RMI Registry?

0 Answers  


Where we can write Rmi registry in the code, without having to write it at the command prompt?

0 Answers  


How two threads will communicate with each other?

2 Answers  


how can we load a file of a user in the database table?

3 Answers   ITC Infotech,


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,






What is an applet?

5 Answers  


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!

0 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


Should synchronization primitives be used on bean methods?

0 Answers  


Is jvm a overhead?

0 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


What is the difference between session and entity beans?

0 Answers  


Categories