Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJWCD
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Web Component Certification (OCEJWCD)
Doubt in GenericServlet's log().
priya rishi
Ranch Hand
Posts: 119
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
GenericServlet class implements the log method, declared in the ServletContext interface.
but how is this possible , as the class GenericServlet does not implement ServletContext interface.
any help
Thanks.
SCJP 5 , SCWCD 5
Omer Haderi
Ranch Hand
Posts: 42
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
It implements ServletConfig which has a method getServletContext()
so there it is!
priya rishi
Ranch Hand
Posts: 119
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks, i am silly!!!
SCJP 5 , SCWCD 5
Where does a nanny get ground to air missles? Protect this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Log file
GenericServlet log()
From wher log methods come in GenericServlet
getting reference to the servletContext
log
More...