why do we typecast ActionForm into our plain java bean
class in Action class? What is the reason?
Answer Posted / kranthi kumar
As far as my knowledge is concerned.ActionForm is super
class and the bean class is sub class of ActionForm.So in
the action class it is downcasting that is performed and
downcasting in java needs an explict casting.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is switchaction?
What are inner class and anonymous class?
What is the flow of requests in struts based applications?
How we can install struts?
What is the purpose of @results annotation?
What does validation interceptor?
What is the need of struts?
What’s the difference between struts and espresso?
in struts how to use hibernate with struts>
Difference between struts and spring? Or why use spring, if you are already using struts?
What's mvc pattern ?
What are the classes used in struts?
Where can I get a copy of struts?
Does apache struts run on windows?
How many action classes can be used in struts application?