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
Elucidate servlet attributes and its scope?
What is the disadvantage of cookies?
Name the different ways of session tracking.
explain the advantages of servlet life cycle?
What is servlet collaboration?
What's the architecture of a servlet package?
Can we use threads in Servlets?
What do you mean by annotations in servlet?
Which is the methods of generated servlet?
What are the features added in Servlet 2.5?
What is java servlet session?
What is httpservlet class?
Why doesn’t a servlet include main()? How does it work?
What is generic servlet class?
What is a servlet-to-servlet communcation?