|
Related Questions |
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
|
|
What is the use of ServletConfig and ServletContext..?
|
View Answer
|
|
What is the difference between servlets and applets?
|
View Answer
|
|
What is the difference between ServetConfig and ServletContext..?
|
View Answer
|
|
What are the uses of Servlets?
|
View Answer
|
|
How Servlet Applet communication achieved?
|
View Answer
|
|
What is the difference between JSP and SERVLETS
|
View Answer
|
|
What is servlet context and what it takes actually as parameters?
|
View Answer
|
|
Do we have a constructor in servlet ?Can we explicitly provide a constructor in servlet program?
Can we call "destroy" method from "init" method()? If so what will happen?
|
View Answer
|
|
How to communicate between two servlets?
|
View Answer
|
|
What is difference between sendRedirect() and forward()..? Which one is faster then other and which works on server?
|
View Answer
|
|
When we increase the buffer size in our project using page directive attribute 'buffer' what changes
|
View Answer
|