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 |
Name the new features added in jdbc 4.0.
What is odbc and jdbc in dbms?
Explain the difference between inner and outer join ?
What is Statement and PreparedStatement? whatz the difference?
What is jdbc thin client?
Name the method, which is used to prepare a callablestatement.
How to check null value in JDBC?
What are the jdbc api components?
What is a statement in java?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
What is database connection pooling? Advantages of using a connection pool?
What do you understand by jdbc driver and explain its types?