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 features added in Servlet 2.5?
What do you mean by request dispatcher in servlet?
Explain the different ways for servlet authentication?
What is difference between GenericServlet and HttpServlet?
What is the type of method for sending request from http server?
What are the servlet events?
What do you mean by scope object and what are its types?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Differentiate between the print writer and servlet output stream?
How to get the actual path of servlet in server?
How do you load an image in a Servlet?
Is tomcat a servlet container?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Difference between httpservlet and generic servlets?
What is the directory structure of web application?