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?
3 Answers Akamai Technologies,
How do I check in my code whether a maximum limit of database connections have been reached?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
What is jdbc architecture?
What is jdbc and explain jdbc architecture?
Describe how the jdbc application works.
What is 2 phase commit?
Describe the steps needed to execute a sql query using jdbc.
signature of init method?
Write an sql to find all records having all numeric characters in a field ?
What is a lock in jdbc?
What are types of jdbc drivers?