signature of init method?
Answers were Sorted based on User's Feedback
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 |
What is Statement and PreparedStatement? whatz the difference?
Explain the various types of locking system in jdbc?
Can I get a null resultset?
What are the different types of locking in JDBC?
What are common JDBC Exceptions?
How can we execute stored procedures using callablestatement?
What is the difference between triggers and procedures?
How can you know about drivers and database information ?
What are the advantages of using jdbc datasource?
What is a PreparedStatement?
What is database deadlock ?
What is drivermanager in jdbc?