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 ? | 2 Yes | 8 No |
Post New Answer View All Answers
the same information whether it will connect to the database or it will be used previous information?
How is a java object message delivered to a non-java client?
Explain the advantages and disadvantages of detached objects.
Is the ternary operator written x : y ? Z or x ? Y : z ?
What value does readline() return when it has reached the end of a file?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
what are the advantages of JTA over JTS?
Why won’t the jvm terminate when I close all the application windows?
What is aop(assepct oriented programing)?
how do you Handle Front End Application data against DB with example?
Explain phantom read?
What is Remote Server?
What is prototype?
How many times may an objects finalize() method be invoked by the garbage collector?
What is the purpose of the finally clause of a try-catch-finally statement?