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
Write a command to get actual path of a servlet to the server?
How the servlet is loaded?
Is servlet a controller?
How can you use a servlet to generate a plain text instead of html?
What is java servlet?
Which is the methods of generated servlet?
Explain the steps involved in placing a servlet within a package?
If some new data has entered the database, explain how can a servlet refresh automatically?
Why the concept of single thread model interface is used?
How the typical servlet code look like ?
What is a cookie What is the difference between session and cookie
Why is Servlet so popular?
Explain the difference between servlet and cgi?
If a servlet is not properly initialized, what exception may be thrown?
What are the difference between RMI and Servlets?