New Struts Interview Questions :: ALLInterview.com http://www.allinterview.com New Struts Interview Questions en-us struts comes under which layer of three tire architecture in real ti http://www.allinterview.com/showanswers/75716.html struts focus on service tier . it is view and model independent . so it is service tier ... Difference between struts1.2 and struts2.0? http://www.allinterview.com/showanswers/75377.html Feature Struts 1 Struts 2 Action classes Struts 1 requires Action classes to extend an abstract base class. A common problem in Struts 1 is programming to abstract classes instead of interfaces. An Struts 2 Action may implement an Action inte is it possible to see actionservlet in my system. if yes how http://www.allinterview.com/showanswers/75039.html what is the difference between page and pageContext implicit variabl http://www.allinterview.com/showanswers/74651.html Where can i get jar file for use the struts-tags in struts2? http://www.allinterview.com/showanswers/74110.html How can I make own ActionServlet? with example http://www.allinterview.com/showanswers/73629.html our servlet class extending ActionServlet class How do you customize ActionServlet? http://www.allinterview.com/showanswers/72032.html we need to override processPreprocess(resquest,response) method of RequestProcessor class to customize action servlet while working struts in intellij 7.0error unable to initialize tld l http://www.allinterview.com/showanswers/68559.html In web.xml file instead of *.do can i write *.ibm, Specify with exam http://www.allinterview.com/showanswers/68284.html Yes, you can write anything you want. But the *.do is the best practice used for servlet action. If we close the browser,when the specific user session is active.Agai http://www.allinterview.com/showanswers/68021.html Yes, we can restore the last session. Let me know which technologies are you using? For example: check the naukri website. multiple instances for action class is it possible http://www.allinterview.com/showanswers/67056.html no ,Request processor creates only one instance of an Actin class what is the difference between ServletContext and ServletConfig? http://www.allinterview.com/showanswers/67018.html Hi, ServletContext: ServletContext is a view of webapplication, there will be only one servletcontext for one webapplication. It acts as shared memoty area, all the components of a webapplication can access the data from servletcontext ob Is Struts Action class Thread Safe? http://www.allinterview.com/showanswers/65979.html I think Struts Action class is not Thread Safe For more of these, please visit http://freesourceutilityhelp.googlepages.com http://question2answer.googlepages.com http://context2designpatterns.googlepages.com Thanks Which parser is used in Struts to parse the Structconfig.xml file. http://www.allinterview.com/showanswers/65067.html digester life cycle of struts? http://www.allinterview.com/showanswers/64569.html process of creating , invoking , destroying the servlet is known as "life cycle of struts". here three methods are involved 1.init() : Total intialization part of servlet ll be there in this . 2.service() : Actual Bussiness c