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 getconnection method in java?
Where can I find info, frameworks and example source for writing a JDBC driver?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What are temp tables ?
What is database deadlock ?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Is oracle client required for jdbc connection?
What is an encrypted internet connection?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is savepoint in jdbc?
what is the current version of JDBC? and explain its features?
What are the different types of statements? How we can you use preparedstatement.