What do you mean by inner class and anonymous class?
No Answer is Posted For this Question
Be the First to Post Answer
what is ACID test for fresh engineers??what is the pattern??
Will the struts tags support other markup languages such as wml ?
What is the apache struts vulnerability?
why we are using vo,dao and dto design patterns in struts framework
How does interceptor work in struts2?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
what is the main reason for developing struts? what is advantages over Basic MVC architecture based JAVA Application?
what are tiles in struts?
How interceptor works in struts 2?
Explain about tiles?
In web.xml file instead of *.do can i write *.ibm, Specify with example