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 jdbc driver manager?
r u used any design patterns in your project?
Explain how to make updates to the updatable resultsets.
Explain different types of locks in jdbc?
Prepared statements are faster. Why?
signature of init method?
Which package contains jdbc api?
what is JDBC?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
What are the steps involved in establishing a connection using jdbc in java?
How can you make the connection using jdbc?
Is jdbc faster than hibernate?