|
|
| JSP Interview questions
What is JSP?
JSP technology is an extension of Java Programming technology. JSP
Pag3e on compilation generated a servlet. JSP is platform independent
|
|
Define JSP tag library?
JSP tag libraries contain used defined custom tags that are used to XML
based codes containing JavaBean components
Is the Java platform API used with JSP ?
Since the compilation of a jsp results in the generation of servlet
,JSP need a JVm support that fulfills the standards followed
by java servlets
How do you correlate JSP and XML?
|
The HTML content
representing the static content can also be coded by using XML.In
addition to this JSP content or the scriplets can also be represented
within the XML tags
Go To Index
|
|
|