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 |
hpcl information systems officer 2008 Question Papers or any last previous questions papers thanks in advance shyamprasad71@gmail.com shyamprasad71@gmail.com
How can we stop errors on display in a jsp page?
How does response sendredirect work?
Why jsp is faster than servlet?
What do you know about jsp tags?
Explain scriptlet, expression and declaration in jsp.
how to extends one jsp page to another jsp page with realtime example?
Why are jsp pages the preferred api for creating a web-based client program?
What is the use of implicit object named "application" in Application?
What are the two kinds of comments in jsp and what's the difference between them ?
What is the purpose of jsp and why it is widely used?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?