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 |
Differentiate between a statement and a preparedstatement.
What is the jdbc rowset?
What are different types of transactions?
What is xe in oracle jdbc url?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
write down exceptions those appear in java programs when u write JDBC Programs?
How many types of jdbc drivers are available?
Does jdbc use ssl?
What do you understand by jdbc datasource?
What is JDBC RowSet? What are different types of RowSet?
How do I receive a ResultSet from a stored procedure?
Difference between servlet and applet method?