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
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How to include a jsp file in another jsp file?
Which jsp method cannot be overridden?
What is a declaration statement?
What is meant by session management?
How to connect jsp and java file?
What are the steps for creating custom tags in jsp?
Explain the uses of jsp?
What are context initialization parameters?
What are the different scope values for the jsp objects?
Explain jsp lifecycle methods?
How can we handle exceptions thrown by jsp service method?
What is the need for jsp?
Which tag is used for error handling in jsp pages?
What is the purpose of creating custom tags?