Answer Posted / jjackie
"ActionServlet" to implement and establish the MVC
functionality.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are the implicit, internal el jsp objects and their differences from jsp objects?
What are the two kinds of comments in jsp and what's the difference between them ?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What is jsp index?
Can we call servlet from jsp?
What is expression language injection?
What is jsp scriptlet?
Can jsp run without server?
What are the scopes available in
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?
How to call java method in jsp page on button click?
Differentiate between pagecontext.include and jsp:include?
What is scriptlet in jsp?
Is the session object always created on the jsp page, is it possible to disable its creation?
What is the requirement of a tag library?