Answer Posted / bikash khuntia
Servlets are supported in nearly all web servers, from
Apache to Zeus.
Some web servers support servlets right out of the box. We
call this type of server a Standalone Servlet Engine.
Other web servers require a third-party plug-in to support
servlets. We call the servlet-enabling plug-in an Add-on
Servlet Engine.
Finally, if you want to write your own server with servlet
support, you can use what's called an Embeddable Servlet
Engine.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How do you get the ip address of the client in servlet?
What are all the ways for session tracking?
What do you mean by filter in servlet?
Is servlet a server side scripting language?
Can we fetch the attributes related to a servlet on a different servlet?
What are the steps involved in placing a servlet within a package?
How we can create war file in servlet?
Explain the different ways for servlet authentication?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What are the benefits of using servlet over cgi?
What is http servlet?
What is the difference between Servlets and Applets?
How printwriter is different from servletoutputstream?
What is the major difference between servlet and applet?