Is struts mvc framework?
What should be the name of xml file used for validation in struts?
What are the steps required for setting up validator framework in struts?
What are the various struts tag libraries?
State the procedure for using forward attribute of link tag’s.
why do we use logic tag library in struts?
How to use dispatchaction?
What is the purpose of execute() method?
What are interceptors in struts 2?
what is ACID test for fresh engineers??what is the pattern??
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
6 Answers BOB Technologies, TCS,
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?