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
Why jsp is better than servlet?
what is servlet chaining?
What is the servlet?
What are the kinds of http requests?
How is the get () method different from the post() method?
How do cookies work in servlets?
What are the life cycle methods of a servlet?
Explain web application directory arrangement?
Name the different ways of session tracking.
The code in a finally clause will never fail to execute, right?
What are the ways to handle multi-threading in servlets?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are the types of protocols supported by httpservlet ?
What is the use of request dispatcher interface?
Why is httpservlet declared abstract?