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 |
What are the life-cycle methods for a jsp?
Explain scriptlet, expression and declaration in jsp.
When does a container initialize multiple jsp / servlet objects?
When destroy method of jsp is called?
Can we define a class inside a jsp page?
How many tags are provided by jstl?
Explain the jsp life cycle?
What is the different between servlet and struts
Explain some jsp life-cycle methods that can be overridden.
Can you call jsp from servlet?
What is pagecontext jsp?
Is jsp server side or client side?