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 is servlet used for?
Can we fetch the attributes related to a servlet on a different servlet?
Can you call a jsp from the servlet?
What is the difference between servlet and jsp?
What are the key methods that are involved in processing of http servlets?
Can you refresh servlet in client and server-side automatically?
Explain the difference between generic servlet and http servlet?
What is api in servlet?
Explain in brief the directory structure of a web application?
What is the directory structure of web application?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is the inter-servlet communication?
What is SingleThreadModel interface?
Explain web container.
Why don't we write a constructor in a servlet?