What is the difference between an applet and a servlet?
Answer Posted / ramadass
applet:It have graphical user interface.it runs in client
browser.
servlet:it have no graphical user interface.it run's in
server
| Is This Answer Correct ? | 49 Yes | 9 No |
Post New Answer View All Answers
How do you get the ip address of the client in servlet?
What is the process for chaining servlet?
What is meant by cookies?
What is the inter-servlet communication?
What is the type of method for sending request from http server?
What is the
Why is http protocol called as a stateless protocol?
What are the functions of an intercepting filter?
What is ServletConfig object?
How do you load an image in a Servlet?
How we can get ip address of client in servlet?
What are the advantages of cookies?
What are the steps that are required to handle the multi-threading?
What do you mean by servlet?
What is difference between PrintWriter and ServletOutputStream?