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
How can we handle the exceptions in jsp?
Can I run jsp on xampp?
What are the steps for creating custom tags in jsp?
What is jsp declaration?
Which implicit object is not available in normal jsp pages?
Explain static method?
What is a jsp container?
How can you make the finally clause not to fail to execute?
What are the ways to insert java code into jsp page?
What is session management in jsp?
What is tag file in jsp?
What is the
Is jsp page extensible true false?
How does error handling occur with jstl?
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