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 server context?
What is a scriptlet?
What is a jsp page?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
How to create menu in jsp with example?
What is a jsp container?
Mention the various implicit objects used in the expression
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
How does jsp engines instantiate tag handler classes instances?
Explain the jsp life cycle?
Give an example of using your own tags.
What is tag file in jsp?
What is a session in web?
What are the implicit, internal objects and methods on the jsp page?