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 is the jspinit() method?
What is tag file in jsp?
What is jsp api?
Why are jsp pages the preferred api for creating a web-based client program?
Explain JSP Output comments?
How to use jsp el to get http method name?
What are the jsp tag?
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
What are request and response objects?
Why jsp is used instead of html?
What is translation phase?
How do I use a scriptlet to initialize a newly instantiated bean?
How do I view jsp files in my browser?
What is the
What are the two ways to include the result of another page?