Answer Posted / deepika
stub in client generally marshalls the data and sends to skeleton in server where deMarshalling takes place
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the benefits of detached objects?
What is a class loader? What are the different class loaders used by jvm?
What is a clone?
What is jboss?
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 give me a simple example of using the requiredif validator rule?
What happens when a thread cannot acquire a lock on an object?
What modifiers may be used with an interface declaration?
When a thread blocks on i/o, what state does it enter?
What is difference between object state and behavior?
what are getters and setters in Java with examples?
Explain what is orm?
What is the form of storage space in java?
What is the relationship between the canvas class and the graphics class?
What is Stream Tokenizer?