Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


signature of init method?

Answers were Sorted based on User's Feedback



signature of init method?..

Answer / guest

public void init(ServletConfig c)
{
}

Is This Answer Correct ?    4 Yes 0 No

signature of init method?..

Answer / raja ghosh

With in init method it call init of its super class with an
argument of an object of ServletConfig.ServletConfig object
hold the deployment information.at the end this object
propagate to the container.Container accepted it,and
identify it that it is a servlet class not a ordinary class
and give
special privilege to that class.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JDBC Interview Questions

What are different types of JDBC Drivers?

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


Why hibernate is better than jdbc?

0 Answers  


What is jdbc driver manager?

0 Answers  


Is jdbctemplate thread safe?

0 Answers  


How to store images in database?

2 Answers  


which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.

2 Answers   TCS,


How does a file store compare with a jdbc store?

0 Answers  


What is the latest version of JDBC? What new features are added?

4 Answers  


What does the jdbc resultset interface?

0 Answers  


What is JDBC Statement?

0 Answers  


How MS-Access DB can be accessed over a network, using JDBC API?

0 Answers  


Categories