what is struts-config-xml?and its use?

Answers were Sorted based on User's Feedback



what is struts-config-xml?and its use?..

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

what is struts-config-xml?and its use?..

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

what is struts-config-xml?and its use?..

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

Post New Answer

More Core Java Interview Questions

What is the difference between I ++ and ++ I in java?

0 Answers  


What is %d in printf?

0 Answers  


Write a program to create a binary Tree ?

2 Answers  


Can we override singleton class?

0 Answers  


How do you use substring in java?

0 Answers  






What is difference between variable declaration and definition?

0 Answers  


Can you declare the main method as final?

0 Answers  


What is the range of the short datatype?

2 Answers  


explain about method overloading and method overriding with difficult examples

4 Answers  


why interaction with server using javascript is difficult

1 Answers  


Can we write method inside a method in java?

0 Answers  


Why is string buffer better than string ?

0 Answers   Cyient,


Categories