Answer Posted / shanmuk
At present in the market as all the popular webservers are using http protocol, we are using HttpServlet(by deriving some features from the GenerivServlet) .... and if in the future any webserver is developed based on the other protocols we need to define a new servlet. so, .....................
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are the phases of a servlet life cycle?
How can we refresh automatically when new data is entered into the database?
When should you prefer to use doget() over dopost()?
Explain jsessionid?
What are the life cycle methods of the servlet?
Differentiate between the web server and application server?
How do you get the ip address of the client in servlet?
What are the kinds of http requests?
What is a servlet context object?
Explain in brief the directory structure of a web application?
What is servlet in web technology?
Why is a constructor needed in a servlet even if we use the init method?
What is the inter-servlet communication?
How does Cookies work in Servlets?
How will you pass values from HTML page to the servlet?