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

define polymorphism in java

0 Answers  


What is an interoperable application in java ?

0 Answers   HCL,


Why java applets are more useful for intranets as compared to internet?

0 Answers  


How static variable work in java?

0 Answers  


Can we define constructor in inner class?

0 Answers  


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

0 Answers  


Is a string literal?

0 Answers  


How java enabled high performance?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is the catch or declare rule for method declarations?

1 Answers  


What is object data type?

0 Answers  


In Java why we write public static void main(String args[]) why not main()?

46 Answers   Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,


Categories