Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / ravikiran.chd
class.forName(classname).getInstance()
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you mean by scope object and what are its types?
Differentiate between the web server and application server?
What do you mean by chaining in servlet?
What is the use of java servlet api?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What is the difference between Difference between doGet() and doPost()?
How can you run a servlet program?
Define the servlet mapping.
What are the phases of a servlet life cycle?
Explain the differences between jsp and servlet.
Can we refresh servlet in client and server side automatically?
How can you use a servlet to generate a plain text instead of html?
Explain mvc pattern.
What are the uses of servlets?
What is servlet container?