Answer Posted / 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 |
Post New Answer View All Answers
How do you insert images into database using jdbc?
What class.forname does, while loading the drivers?
Is jdbc open source?
Expalin the method of calling a stored procedure from jdbc.
Why do we need jdbc api?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Which package is used for jdbc application?
What is dburl?
What is an escape syntax?
What is jdbc explain?
How do you determine the sensitivity of the ResultSet object?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is sqlwarning?
What is the feature of jdbc v4?
Is jdbc database independent?