When we don't write any constructor for the servlet, how
does container create an instance of servlet?
Answer Posted / mahesh
Container creates instance of servlet by calling
Class.forName(className).newInstance().
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What do you mean by request dispatcher in servlet? Also explain its methods.
What is the difference between Servlets and Applets?
How can the session in servlet can be destroyed?
How to commuincate between an applet and a servlet?
Differentiate between the web server and application server?
What are the type of protocols used in httpservlet?
Why is httpservlet declared abstract?
Difference between get and post in java servlets?
Which method of the httpservletrequest object is used?
How do we go with database connection and log4j integration in servlet?
What is context in servlet?
What are the steps that are required to handle the multi-threading?
How do I use cookies to store session state on the client?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Difference between java beans & servlets?