What is the difference between a Strut and a Class?
Answer Posted / krishnakanth
Struts is nothing but a MVC framework, used for developing
web based applications.
Class is a block of java code that contains
variables,methods etc.Instance of a class is called Object
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is struts in j2ee?
Which design pattern is implemented by Struts2 interceptors?
How an actionform bean is created?
What is the purpose of @urlvalidator annotation?
What helpers in the form of jsp pages are provided in struts framework?
How can we write our own interceptor and map it for action?
What is the purpose of @expressionvalidator annotation?
What is the purpose of redirect result type?
What's the purpose of execute method of action class?
What are the loop holes of struts?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is dispatchaction?
What is the use of lookupdispatchaction?
What do you mean by actionmapping?