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 / karnbakar
as a programmer u cant create object for servlet ,container
invokes default constructor of the servlet
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you create a cookie using servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is called Scriptlet?
What is the use of httpservletrequestwrapper?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
Can you explain in detail 'javax.servlet' package?
What is the use of welcome-file-list?
What is difference between server and servlet?
What are the new features added to servlet 2.5?
What is the servletconfig object?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How do you communicate in between Applets and Servlets?
How do I support both get and post from the same servlet?
What is webservlet?
What are the steps that are required to handle the multi-threading?