Answer Posted / venky
the object of servlet is created in the init mehod by server
request of the client is processed in service method
the servlet is discarded from thr server by destroy method
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between forward() and sendredirect() methods?
What is the directory structure of a war file?
Explain the methods of request dispatcher in servlet?
What is the difference between forward () and sendredirect () functions in servlet? Explain
How are filters?
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()?
What is setattribute in servlet?
What are the advantages of servlets over traditional cgi?
What is meant by session? Tell me something about httpsession class?
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 servlet and jsp?
How can the referrer and the target urls be used in servlet?
What is the use of httpservletrequestwrapper?
Explain the working of service() method of a servlet.
Is java servlet still used?