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 |
How values can be passed from HTML page to servlet?
can it possible to validate form field before execution of a servlet service method if yes how??
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is a deployment descriptor?
how do you maintain sessions in servlets?
Explain the methods of request dispatcher in servlet?
What is the directory structure of a war file?
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain how does JSP handle run-time exceptions?
How we can check in particular page the session will be alive or not
Can I override destroy() method of Servlets?
Why session tracking is needed?