what is the difference between servlets and struts?
Answer Posted / abinaya
Struts is a tag framework used in .jsp, to simplify
programming of
often used servlet and jsp code. It's similar to JSF, or jsp
tags, you
include tag libraries, Struts libraries and .xml config
files and then
you can use tags in .jsp pages and create servlets from them.
You can use both normal and Struts servlets in one web
application, it
depends on you.
| Is This Answer Correct ? | 25 Yes | 15 No |
Post New Answer View All Answers
What are the common methods that are included in the http servlet class?
What is the process for chaining servlet?
What are the different types of servlets?
What is dispatcher servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is a web container and what is its responsibility?
Define the servlet mapping.
Explain their methods? Tell me their parameter names also have you used threads in servlet?
List the Different types of servlet?
What is the use of request dispatcher interface?
What is the difference between jsp and servlet life cycle?
Explain how to improve Servlet Performance?
Why servlet is mostly used?
What is the use of servlet wrapper classes?
Is servlet thread safe?