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 are disadvantages of Struts?
What is apache struts vulnerability?
What is the purpose of @typeconversion annotation annotation?
What is struts in j2ee?
In which method of action class the business logic is executed?
Name some useful annotations introduced in Struts2?
What is the purpose of execute() method?
State the procedure for using forward attribute of link tag’s.
Why is action servlet a singleton in struts?
Explain the difference between jakarta struts and apache struts?
What’s the utilization of resource bundle properties file in struts validation structure?
Explain about the
What are the sections into which a strut configuration file can be divided?
What is the use of forwardaction?
Name the different types of actions found in struts.