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 |
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the use of servlet wrapper classes?
Difference between httpservlet and generic servlets?
How to make sure a servlet is loaded at the application startup?
Define servlet mapping?
What is servlet name in web xml?
Explain the war file?
What is the default HttpRequest method?
Can you refresh servlet in client and server-side automatically?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet invoker?
Is java servlet still used?