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 do you mean by actionmapping?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
How does struts work?
Explain the necessity of empty tag?
What are the struts2 error message keys that can come during file uploading process?
What do you mean by tiles in struts?
What is strut web xml?
What is form bean in struts?
In Struts Programming which is the controller,which is the model?
Can we handle exceptions in Struts programmatically?
What are the various struts tag libraries?
What is the purpose of interceptors?