Answer Posted / 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 |
Post New Answer View All Answers
What are the implicit, internal el jsp objects and their differences from jsp objects?
Can jsp run without server?
What is jsp scriptlet?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
Explain some jsp life-cycle methods that can be overridden.
Can constructor be used instead of init(), to initialize servlet?
What is the full form of jsp?
How can I prevent direct access to a jsp page from a browser?
What are the 3 tags used in jsp bean development?
what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
What are context initialization parameters?
Why use of scripting elements in jsp is discouraged?
Differentiate between pagecontext.include and jsp:include?
What is server context?
Which jsp life cycle is in correct order?