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 RowSet? What are different types of RowSet?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
What is benefit of using preparedstatement in java?
What is jdbc servlet?
Explain the different ways to register a driver?
How is jndi useful for Database connection?
Explain creation of statement object with connection method create method with help of an example.
Which type of JDBC driver is the fastest one?
Can resultset be null in java?
What is meant by dao?
explain about special characters?