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 the use of the statement in jdbc?
Why should we close database connections in java?
Can you define a foreign key, with a key from the same table?
What is connection pooling and why it is used?
What do you mean by two phase commits?
What are the basic exceptions in jdbc?
How do you determine the sensitivity of the ResultSet object?
What packages are used by jdbc?
What is namedparameterjdbctemplate?
What is benefit of using preparedstatement in java?
What are the differences between stored procedure and functions?
What are cursor attributes?