INTERVIEW QUESTIONS OF JSP WITH ANSWER

Q.1 what is JSP? a technology ,a language or something else ?

ANSWER:JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML.


Q.2 How to get session in Jsp other than session object?

ANSWER:
1->Url Rewritting
2->Cookies
3->Hidden Filed


Q.3 how to extends one jsp page to another jsp page with realtime example?

ANSWER:To test the one JSP to another JSP by using the djsp.we can
arrange the parameters one by one.this is short cut method
to arrange the one JSP to another JSP.


Q.4What are actions and directives in JSP

ANSWER: java server page contains three actions
1:-try
2:-catch
3:-through.
it contains two derivaties
1:-poly derivatives
2:-post derivatives.


Q.5What is the most needed for STRUTS ?

ANSWER:
"ActionServlet" to implement and establish the MVC
functionality.