what is struts-config-xml?and its use?
Answers were Sorted based on User's Feedback
Answer / payel
struts-conig.xml is used for
1. defining form bean (which holds the data)
2. define action mappting ( which action is to be called)
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / dipesh
our web.xml route the request to struts-config.xml..here we
write about form name & action mapping ...
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / anshuman mishra
struts-config.xml defines the number of action path used and
the mappings associated with the form beans.
Its use is to give privilege to the user
for interpreting the request given for an action form bean.
| Is This Answer Correct ? | 0 Yes | 3 No |
how can you catch multiple exceptions in java?
Is integer a class?
Can a class extend abstract class or interface? why
How do you square a number?
what is the use of reference variable
What is a java developer salary?
Explain the difference between throw and throws in java?
What is the difference between Resultset and Rowset.
What is a type parameter in java?
Which method cannot be overridden in java?
What is map in java?
where to use join method and explain with real time senario?and programatical explenation also..