Name the servers that can be used to develope and deploy
Servlets?
Answer / janet
1.JavaWebServer -- now its almost gone
2.JRUN
3.Apache Server
4.Netscape Information Server
5.Web Logic
| Is This Answer Correct ? | 1 Yes | 0 No |
List some life cycle methods of a servlet.
What is context in servlet?
i need connection pooling code.....from harpreet.your@gmail.com
What are different ways for servlet authentication?
Can we call destroy() method inside the init() method? What happens when we do so?
What is a servlet-to-servlet communcation?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
What if you need to span your transaction across multiple servlet invocations?
What are the differences between servlet context vs servlet config?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What do you understand by mime type?
Explain the difference between servletconfig and servletcontext in servlet?