List the various action tags used in jsp.
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-config in deployment descriptor?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
Explain how you understand the action tag and jsp action elements.
What is a expression?
Why jsp is better over static html also explain lifecycle of a jsp?
How to send data from jsp to jsp?
What is pagecontext jsp?
What is difference between custom jsp tags and beans?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Which two interfaces does the javax servlet jsp package have?
When will container initialize multiple jsp/servlet objects?
Why are jsp pages the preferred api for creating a web-based client program?
Define Composition.