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 Mutex (Mutual Exclusion Object) ?

0 Answers   Ciena,


Which variables are stored in stack?

0 Answers  


How does queue work in java?

0 Answers  


Explain the importance of throws keyword in java?

0 Answers  


What is difference between static variable and global variable?

0 Answers  






how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?

2 Answers  


What is the do while loop syntax?

0 Answers  


What is unicode?

1 Answers  


What is break and continue statement?

0 Answers  


What is externalizable?

0 Answers  


Can a for statement loop indefinitely?

3 Answers  


Where are the local variables stored?

0 Answers  


Categories