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 are different types of JDBC Drivers?
How to check jdbc driver version in sql server?
Why hibernate is better than jdbc?
What is jdbc driver manager?
Is jdbctemplate thread safe?
How to store images in database?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
How does a file store compare with a jdbc store?
What is the latest version of JDBC? What new features are added?
What does the jdbc resultset interface?
What is JDBC Statement?
How MS-Access DB can be accessed over a network, using JDBC API?