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

Name the new features added in jdbc 4.0.

0 Answers  


What is odbc and jdbc in dbms?

0 Answers  


Explain the difference between inner and outer join ?

0 Answers  


What is Statement and PreparedStatement? whatz the difference?

2 Answers  


What is jdbc thin client?

0 Answers  


Name the method, which is used to prepare a callablestatement.

0 Answers  


How to check null value in JDBC?

1 Answers   CTS,


What are the jdbc api components?

0 Answers  


What is a statement in java?

0 Answers  


i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?

8 Answers   HSBC,


What is database connection pooling? Advantages of using a connection pool?

0 Answers  


What do you understand by jdbc driver and explain its types?

0 Answers  


Categories