What is the different between servlet and struts
Answers were Sorted based on User's Feedback
servlet is a server side programming to provide service to
the client where as struts is designed for front end pages
with good look and feel.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shashank
Servlet is a server side programming to provide service to client where as Struts is a framework which promotes the use of the Model-View-Controller architecture for designing large scale applications.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to disable the expression language in a jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What is tag file?
Is jsp a programming language?
What is contextpath?
Give a sample jsp configuration in the deployment descriptor.
Why jsp is faster than servlet?
What are the different scope values for the <jsp:usebean> tag?
What is el?
How do we prevent browser from caching output of my jsp pages?
How to call java method in jsp page on button click?
What is jsp-config in deployment descriptor?