How are Servlets and JSP Pages related?
Answers were Sorted based on User's Feedback
Answer / janet
Jsp pages are focussed around HTML (or XML) with java codes
and JSP tags inside them.When a web server that has JSP
support is asked for a JSP page,it checks to see if it has
already compiled the page into a servlet.Thus ,JSP pages
become servlets and are transformed into pure Java and then
compiled,loaded into the server and executed.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ambika
Relationof servlet and JSP is
RequestDispatcher reqdip=req.RequestDispatcher("sum.jsp");
forward.req(req,res)
| Is This Answer Correct ? | 3 Yes | 6 No |
How to pass information from jsp to included jsp?
Explain the jsp implicit objects?
What does jsp mean in text?
Define Static Block.
How does JSP handle run-time exceptions?
Is the session object always created on the jsp page, is it possible to disable its creation?
What are directives? What are the different types of directives available in jsp?
Can you disable the caching on the back button of a particular browser?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,
what is jsp? a technology ,a language or something else ?
What is jsp and why is it needed?
How does a jsp engine work?