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 Servlets?
Why do we use sendredirect() method?
What are the ways to handle multi-threading in servlets?
What are the different methods of session management in servlets?
What is servlet configuration?
What is the difference between encodeRedirectUrl and encodeURL?
What do you mean by filter in servlet?
Write a servlet to upload file on server.
Which is the methods of generated servlet?
What are the key methods that are involved in processing of http servlets?
What is the purpose of dispatcherservlet properties?
Difference between java beans & servlets?
What is cgi and what are its drawbacks?
Explain the architechure of a servlet?
What is the use of servlet wrapper classes?