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
What is the process for chaining servlet?
What is the life cycle of a servlet?
What do you mean by annotations in servlet?
what do you understand by url rewriting?
Explain the methods of request dispatcher in servlet?
Explain the custom jsp tags and the beans.
What is servlet and list its types?
How do we translate jsp?
What are sessions in servlets?
Define the life cycle of a servlets.
Whether we can get deadlock situation in servlets?
When should you prefer to use doget() over dopost()?
What is difference between GenericServlet and HttpServlet?
How native code can be used in a servlet?
What is called Session Tracking?