|
Related Questions |
View Answer |
|
What is the difference between Apache struts and Jakarta Struts?? why there are 2 names??
|
View Answer
|
|
Why we use static method in Business Logic?
|
View Answer
|
|
Explain Struts Framework flow? and How JSP file can be processed?
|
View Answer
|
|
What is super class of Action and ActionForm?
|
View Answer
|
|
What is ActionMapping ?
|
View Answer
|
|
Is there any way to define a default method for every in the action mapping of Struts-Config.XML file? If yes then how? Give a piece of code demonstrating the same.
|
View Answer
|
|
Can we go one page to other page using java script or action Mapping ?
|
View Answer
|
|
What is the diffrence between Apache struts and jakarta struts ?
|
View Answer
|
|
Can we make Action class,DAOclass without Formclass
|
View Answer
|
|
What is the diff between perform() and execute() method?
|
View Answer
|
|
Why is the action class is singleton in nature? Isn't this creates a bottleneck for the requests?
|
View Answer
|
|
type="com.test.LoginForm"/>
path="/login" type="com.test.user.login.LoginAction" name="loginForm" validate="false">
Question: Assuming the class LoginForm contains a String property named "password", how does the LoginAction class access the attribute called "password" in the above request? Explain why.
|
path="/login" type="com.test.user.login.LoginAction" - Servlet Interview Questions & Answers">
View Answer
|
|
What is the correct syntax for removing ActionMessages from the session context?
|
View Answer
|
|
What is the action mapping
|
View Answer
|
|
What is the request processor in struts? how it works?
|
View Answer
|
|
In struts why we use jsp as view( presentation)? what happen if we use servlet as view?
|
View Answer
|
|
What is the servlet?
|
View Answer
|
|
Can I invoke a JSP error page from a servlet?
|
View Answer
|
|
Difference between single thread and multi thread model servlet
|
View Answer
|
|
Can we call destroy() method on servlets from service method?
|
View Answer
|