How will the struts know which action class to call when
you submit a form?
Answer Posted / sreenivasulu
configuration done web.xml
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why a component architecture for the java platform?
What is the difference between the font and fontmetrics classes?
When a thread blocks on i/o, what state does it enter?
What method is invoked to cause an object to begin executing as a separate thread?
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!
Define prototype?
Name the eight primitive java types.
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is the relation between the infobus and rmi?
Why do I get a duplicate name error when loading a jar file?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is the purpose of the notify() method?
Why do threads block on i/o?
Is a class a subclass of itself?