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 |
How do you know what to give for the "path " under in struts-config.xml ?
what is use of assert keyword in java..?
Can i use constructor in Action Class?If yes how?
Explain about the <html:base> tag?
How can we display all validation errors to user on jsp page?
In struts, how can we access java beans and their properties?
How many action classes can be used in struts application?
How Struts will follow the MVC?
What do you mean by inner class and anonymous class?
What is structs 2 validation framework?
What is the role of action class in struts?
What is the purpose of @key annotation annotation?