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 |
Which interface must be implemented by all servlets?
Explain web container.
What is the procedure of invoking different servlet in a different application?
What is new in ServletRequest interface ? (Servlet 2.4)
Should I override the service() method?
What is http servlet in java?
Can we define constructor in Servlet class?
give the syntax of doGet() and doPost()?
How can I send user authentication information while making URL Connection?
What is servlet and its types?
What are the uses of servlet and what is servlet chaining?
What methods do we use in Servlet to Applet communication?