what is the difference between servlets and struts?
Answer Posted / sandy
servlet is used to web based application.where as struts is
a framework it is easy to configure the validation part
comparing to servlet.
to built an web based application servlet take more amount
of time comparing struts.in struts we use action servlet
struts work under mvc architecture where servlet acts as a
controller part
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the jobs performed by servlets?
What is string tokenizer?
What are the differences between forward() method and sendredirect() methods?
Differentiate between the web server and application server?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Explain load on start-up and its importance?
What is http servlet in java?
What are the life cycle methods of a servlet?
What is servlet? Explain
What are different Authentication options available in Servlets.
What is a java servlet?
Differentiate between the get and post method
What is the directory structure of a war file?
How the servlet is loaded?
What is the procedure for initializing a servlet?