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
Is jdbc object oriented?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
Is java a database?
Explain jdbc savepoint?
What is jdbc in dbms?
Why do we use jdbc?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How can you retrieve data from the resultset using jdbc?
What are types of resultset?
What is the fastest type of JDBC driver?
How can I get information about foreign keys used in a table?
What is jdbc oracle thin?
What does executeupdate return in jdbc?
What is namedparameterjdbctemplate?
How can I connect mysql or oracle with java?