Answer Posted / janu
Stub-Its a Client side activity.This Functionality is
Marshalling and Unmarshalling.
Skeleton-Its a Server Side Activity.Its Response for the
Client's Purpose.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are there books about seam?
Is it possible to stop the execution of a method before completion in a sessionbean?
When a thread blocks on i/o?
What is the difference between a static and a non-static inner class?
To what value is a variable of the string type automatically initialized?
How would you detect a keypress in a jcombobox?
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!
wahts is mean by dynavalidatorform in struts/
Can I use javascript to submit a form?
What is an abstract method?
How messaging services are done, before release of JMS?
What is the relationship between the canvas class and the graphics class?
What modifiers may be used with an interface declaration?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the difference between static and non-static with examples?