What is the difference between a Strut and a Class?
Answer / 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 |
What does it cost to replace struts?
What types of validations are available in xml based validation in struts2?
Which parser is used in Struts to parse the Structconfig.xml file.
what is mean by custom tag?
Explain the core end goal while using java struts?
How you will display validation fail errors on jsp page?
What’s the difference between struts and turbine?
What is the difference between validation.xml and validator-rules.xml files in struts?
What does execandwait interceptor?
how you implement and maintain your struts project by using MVC2 arch?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What is the differnce between 2-tier architecture and 3- tier architecture in java?