Why do we need struts?
What are the struts2 configuration properties that control file uploading process?
What is the purpose of struts.xml in struct2?
Lists the bundled validators in struts?
What is the purpose of global-forwards tag in struct-config.xml?
What is token used for?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What happens when Two users requests for same action class? How the threads are controlled?
Which library is provided by struts for form elements like check boxes, text boxes etc?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
Name the different types of actions found in struts.
How can we handle exceptions thrown by application in Struts2?
How many servlet controllers are used in a Struts Application?