Answer Posted / 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 |
Post New Answer View All Answers
What is a declaration statement?
What are the different scopes an object can have in a jsp page?
Which two interfaces does the javax servlet jsp package have?
What are the jsp tags?
What is a tag file in jsp?
Is jsp a programming language?
Tell us about the jsp life cycle methods.
What do you know about writing custom jsp tags?
What is context url?
How to comment out jsp code?
How do I use comments within a jsp page?
What is jstl (jsp standard tag library)?
What do you mean by custom tag in jsp?
What is a jsp page?
What are the ways to insert java code into jsp page?