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
What does the jdbc databasemetadata interface?
Why do we use jdbc statements?
Can we return resultset in java?
What is two-phase commit in the database?
What is transaction processing in jdbc?
How can you create jdbc statements?
Does jdbctemplate close connection?
How many rowset are available in jdbc?
How can we retrieve the file in the oracle database?
How does a custom RowSetReader get called from a CachedRowSet?
What is getconnection method in java?
What is meant by connection string?
What is the full form of jdbc and what is its purpose?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is the benefit of having jdbcrowset implementation?