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

Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is connection commit?

0 Answers  


What is db client?

0 Answers  


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  






Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

0 Answers  


What is jdbc oracle thin?

0 Answers  


Is jdbc and orm?

0 Answers  


What is statement and preparedstatement in java?

0 Answers  


Is uri the same as url?

0 Answers  


Categories