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 is the meaning of connection?

0 Answers  


What are common JDBC Exceptions?

0 Answers  


What is jdbc architecture in java?

0 Answers  


Difference between Generic Servlet and HTTP Servlet?

13 Answers  


How the information about db(database) can be retrieved?

3 Answers  






In JDBC, All the API?s are interfaces? Where is the actual implementation?

3 Answers   HCL,


What are the differences between setmaxrows(int) and setfetchsize(int)?

0 Answers  


How do I insert an image file (or other raw data) into a database?

0 Answers  


What type of driver you use in real-time projects?

3 Answers  


What is a datasource in java?

0 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


Where jdbc drivermanager class is used?

0 Answers  


Categories