Results 1 to 2 of 2
Thread: servlet
- 06-07-2008, 04:45 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 1
- Rep Power
- 0
- 09-06-2008, 01:10 PM #2
Member
- Join Date
- Sep 2008
- Posts
- 17
- Rep Power
- 0
Both are interfaces.
The ServletConfig interface is implemeneted by the servlet engine in order to pass configuration information to a servlet. The server passes an object that implements the ServletConfig interface to the servlet's init() method.
The ServletContext interface provides informaion to servlets regarding the enviornment in which they are running. It also provides standard way for servlets to write events to a log file.
RegardsSagar Birari
Development & Technical Blog
Similar Threads
-
help in servlet
By thamizhisai in forum Advanced JavaReplies: 4Last Post: 05-20-2008, 06:10 AM -
Servlet
By banie in forum New To JavaReplies: 6Last Post: 04-11-2008, 05:18 PM -
How to mix servlet & JSP
By Swamipsn in forum Java ServletReplies: 1Last Post: 08-08-2007, 12:57 AM -
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2
By osval in forum Advanced JavaReplies: 1Last Post: 08-07-2007, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks