aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes doubt in servlet init method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "doubt in servlet init method" Watch "doubt in servlet init method" New topic
Author

doubt in servlet init method

kavitha vasu
Ranch Hand

Joined: Feb 22, 2007
Posts: 70
Hi

What is the purpose of super.init(config) in my servlets init(ServletConfig config) method


is it needed always?

also,
what is the difference between init() and init(ServletConfig config)

kindly explain me, it is very confusing.

Thanks in advance
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Please read this entry in the Servlets FAQ.


[My Blog]
All roads lead to JavaRanch
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
The Servlets FAQ has an entry on this: http://faq.javaranch.com/java/ServletsFaq#4


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: doubt in servlet init method
 
Similar Threads
Clarification abt init()
init() method in a Servlet's lifecycle.
init(ServletConfig)
init method of Servlet
why init() method is not final?