what is the difference between servlets and struts?
Answer Posted / asd
Servlet is a simple java class, and struts is framework but
it is used servlet as action class to controll over request
and response.
| Is This Answer Correct ? | 38 Yes | 8 No |
Post New Answer View All Answers
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How to make sure a servlet is loaded at the application startup?
What is the use of servlet context?
What is the difference between 2 types of servlets?
Explain Action Servlet?
Can filter be used as request or response?
Whether thread can be used in servlets?
Explain how does JSP handle run-time exceptions?
Define the servlet mapping.
How do you define a servlet?
Explain the methods of request dispatcher in servlet?
What is the difference between portlet and servlet?
What is a servlet engine?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
How forward () method is different from send redirect () method?