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’s the difference between forward() and sendredirect() methods?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Which are the different ways you can communicate between servlets?
Explain servlet events?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the process to implement doget and dopost methods?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the types of an http request?
Define the servlet mapping.
Explain the role of dispatcherservlet and contextloaderlistener.
What is the workflow of a servlet?
What is http servlet in java?
What is the default http method in the servlet?
What is the dispatcher servlet?
Whats the advantages using servlets over using CGI?