Which method the Servlet container call to create the
instance of the servlet?
Answer Posted / naveen kumar bandi
to create an instance of servlet servlet container calls
newInstance() method
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is servlet instance?
What is the process to implement doget and dopost methods?
Explain the architechure of a servlet?
What’s the difference between sendredirect and forward methods
what is servlet chaining?
What are sessions in servlets?
What is ServletContext object?
How can the referrer and the target urls be used in servlet?
What is the difference between jsp and servlet life cycle?
Can filter be used as request or response?
What is the procedure for initializing a servlet?
How to get the actual path of servlet in server?
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 difference between session and cookies in servlet? Explain
What is servlet attributes and their scope?