|
Applets run inside web browsers and must have graphical user interfaces. Servlets run inside a web s....
|
Category:
JSP
|
Date:
11/7/2010 10:56:58 PM
|
|
|
|
It is the central abstraction in the Servlet API that All servlets implement it, and that is directl....
|
Category:
JSP
|
Date:
11/7/2010 10:23:56 PM
|
|
|
|
Static resources can be included using the JSP include directive and that is just once during the tr....
|
Category:
JSP
|
Date:
11/7/2010 9:50:56 PM
|
|
|
|
By using <%jsp:param> tag.
|
Category:
JSP
|
Date:
11/7/2010 5:07:57 PM
|
|
|
|
A scriptlet is a tag that can contain any java code that are valid inside a normal java method as li....
|
Category:
JSP
|
Date:
11/7/2010 1:07:56 PM
|
|
|