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

Explain the role of driver in jdbc.

0 Answers  


What do you mean by batch processing in jdbc?

0 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


What is the equivalent method for precompiled SQL Statement in JDBC?

1 Answers  


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  






What is JDBC?

3 Answers   Akamai Technologies,


How java can be connected to a database?

0 Answers  


What are the benefits of PreparedStatement over Statement?

0 Answers  


What are the Normalization Rules?

2 Answers  


What is ojdbc?

0 Answers  


How many types of resultset are there in jdbc?

0 Answers  


What is the benefit of having jdbcrowset implementation?

0 Answers  


Categories