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 |
What is the difference between long.class and long.type?
What event results from the clicking of a button?
How do you download stubs from a Remote place?
What is daemon thread?
Suppose there are 3 combo box. SELECT COUNTRY SELECT STATE SELECT CITY if i select any country from country conutrylistbox values in the state will get automatically inserted with database values>> THEN on selection of state city will be inserted in city combo box If you can help then please Help me...
whats is mean by tiles in struts
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!
Can you write Java code for declaration of multiple inheritance in Java ?
What is the applet sandbox?
whats is mean by class.forName() whats the return type of class
Explain lazy activation?
What is runnable?