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
When servlet object is created?
How do we go with database connection and log4j integration in servlet?
What is meant by servlet? What are the parameters of the service method?
What exactly are the functions of servlet?
Explain load on start-up and its importance?
If servlet receives multiple requests, how many objects will it create?
Explain url encoding?
What is generic servlet class?
What is called servlet container?
What are some advantages of storing session state in cookies?
How can we achieve transport layer security for our web application?
What is the use of servlet context?
How will two or three servlets interact or communicate with each other?
Is java servlet still used?
What do you mean by session tracking and also explain its techniques?