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 is meant by session? Tell me something about httpsession class?
What do you mean by web applications?
Why doesn’t a servlet include main()?
Explain the servlet context.
What is called a session?
Why do you use session tracking in httpservlet?
What is cookie in servlet?
What’s the difference between forward() and sendredirect() methods?
What is the use of servlet wrapper classes?
Tell us something about servletconfig interface.
What are the types of servlet?
Why servlet is faster than jsp?
What is the use of send redirect () method?
List out the difference between ServletConfig and ServletContext?
Explain get and post.