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 is jdbc drivers in java?
What are the advantages of collection pools?
What are the steps to connect to the database in java?
What are types of jdbc drivers?
Name the method, which is used to prepare a callablestatement.
What is jdbc odbc connection?
What is JDBC Savepoint? How to use it?
Is jdbc database independent?
What is connection pooling and why it is used?
What are the jdbc statements?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
Jdbc-odbc bridge is multi-threaded or not?
Explain the difference between inner and outer join ?
How data can be inserted into long row column of database?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?