What is the difference between an applet and a servlet?
Answer Posted / thamiz
Thanks Radhika for an extensive answer
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What are life cycle methods of a servlet?
What is servlet and its types?
Is it good idea to create servlet constructor?
Why servlet is used as controller ? Not JSP? I want complete explation?
What is SingleThreadModel interface?
How can an existing session be invalidated?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Whether thread can be used in servlets?
Write a hello world program using servlets.
What mechanisms are used by a Servlet Container to maintain session information?
What is the difference between a generic servlet and http servlet?
Why doesn’t a servlet include main()?
How can I send user authentication information while making URL Connection?
What is difference between PrintWriter and ServletOutputStream?
How can we upload the file to the server using servlet?