what us Dyna action form?
Answers were Sorted based on User's Feedback
Answer / madhu
Dyna action is a subclass of action form
In Dyna action form we need not Create getter and setter
methods.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / dipesh
You dont need to Write Separate Class for your form by
extending Action Just write ur property methos in Struts XML
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / n.ravikumar
If using the Dyna Action form no need to given setter and
getter method again and again.
Advantages:
Time Consuming, Fast access, less memory
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / venkat
Dyna action form is with out form called "Dyna action form".
this is we can write inside struts-config.xml file.
inside the struts-config.xml we can set values.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are inner and anonymous class?
what are synchronized methods and synchronized statements? : Java thread
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
In Serialization, whether you will use Static variables?
Explain the difference between a Thread and a Process.
Define an enumeration?
What are the different ways of creating thread?
Why is singleton class used?
what is the difference between System.exit() and System.exit(1)?
1 Answers eClinical Solutions, eClinical Works, eClinicalWorks,
How do I get a substring?
What is a protected method?
In what ways you can handle exception ?