Hi guys.. Well can u tell me that why there is need of
"init()" , i mean why can not we initialize the servlet object
with the help of constructors?
Thank you.
Answer Posted / ravikiran.chd
no the servlet config object is only available at the time
init() method call
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the web server used for running the Servlets?
What are the mechanisms used by a servlet container for maintaining session information?
What are the functions of Servlet container?
What is the difference between a generic servlet and http servlet?
Elucidate servlet attributes and its scope?
What are the exceptions thrown by servlets? Why?
How to get the actual path of servlet in server?
What do you mean by web applications?
How the typical servlet code look like ?
What's the architecture of a servlet package?
Why are http servlets used in programming?
What's the use of servletcontext?
How httpservlet is different from the genericservlet?
What is the functionality of actionservlet and requestprocessor?
What are different ways for servlet authentication?