|
1: the server loads and initializes the servlet by calling the init method.
2: This init() method ....
|
Category:
JSP
|
Date:
11/2/2010 5:32:56 PM
|
|
|
|
Context initialization parameters are specified by the <context-param> in the web.xml file and....
|
Category:
JSP
|
Date:
11/2/2010 4:59:56 PM
|
|
|
|
Following page directive is used to import Java package in a JSP page: <%@ page import="....
|
Category:
JSP
|
Date:
10/30/2009 6:01:00 AM
|
|
|
|
You can make your JSP page thread-safe by having them implement the SingleThreadModel interface. Thi....
|
Category:
JSP
|
Date:
10/30/2009 5:54:43 AM
|
|
|
|
JSP page is processed into a servlet class which implements the HttpJspPage interface of the javax.s....
|
Category:
JSP
|
Date:
9/17/2009 6:38:31 AM
|
|
|