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
How does Cookies work in Servlets?
What do you mean by cgi and what are its drawbacks?
List the Different types of servlet?
What do you mean by mime type?
What is the difference between get and post methods?
Name the packages that work with servlet?
What is the need of session tracking in web application?
Explain the architechure of a servlet?
What is a deployment descriptor?
Explain how to improve Servlet Performance?
What’s the difference between forward() and sendredirect() methods?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the difference between Difference between doGet() and doPost()?
Why session tracking is needed?
What are the uses of servlet and what is servlet chaining?