Answer Posted / satish
in struts applications all the requests will be handled by
the ActionServlet for that struts-config.xml is passed as a
init-param in web.xml
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Can we catch more than one exception in single catch block?
What are the high-level thread states in java programming?
What is ‘is-a ‘ relationship in java?
What is are packages?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What is string builder in java?
What is style and indentation?
What is generics in java interview questions?
What is the major drawback of internal iteration over external iteration?
Can I use % with real numbers?
What are the different tags provided in jstl?
What is flag in python?
Can a constructor be private and how are this() and super() method used with constructor?
Why arraylist is used in java?
Why char array is favored over string for the storage of passwords?