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 the types of java languages?
What is the final field modifier?
What are the methods used to implement for the key object in the hash map?
Why can we not override static method?
what is connection pooling with example?
What is immutable state?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
What is a JAR file?
Is set sorted in java?
Can we sort list in java?
Why java is a platform independent? Explain
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?