What is the difference between a stub and a skeleton?
Answer Posted / sandeep kumar
Stubs----> Stubs is a local representative or proxy which runs
client computer.It is also called as marshalling
means process of converting java source code into
network oriented stream.
Stubs is client side representation.
Skeleton--> It is also called as Unmarshalling means process
of converting network oriented stream in to java
program(Human readable format).
Skeleton is server side representation
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Do you think that java should have had pointers?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Explain about local interfaces.
What is the difference between session and entity beans?
Should synchronization primitives be used on bean methods?
How substring() method of string class create memory leaks?
What is a session? Can you share a session object between different theads?
Write a singleton program?
Name three component subclasses that support painting?
what is Activation Instantinator?
What is Remote Server?
what are getters and setters in Java with examples?
Is jvm a overhead?
Is the session factory thread safe?
What is the difference between the ‘font’ and ‘fontmetrics’ class?