Answer Posted / sureshkumar
Servlet is a plat form independent webapplication component
which executes in the webserver and can handle the multiple
requests concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the war file?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is servlet and list its types?
What are the life-cycle methods for a servlet?
How httpservlet is different from the genericservlet?
Describe the phases of servlet lifecycle?
Which java application server is the best?
Explain get and post.
What are the functions of Servlet container?
How to upload a file to the server using servlet?
What are the benefits of using servlet over cgi?
What is cookies in servlet with example?
What do you mean by mime type?
What is servlet instance?
Which protocol will be used by browser and servlet to communicate