What is the difference between an applet and a servlet?
Answer Posted / ravikiran.chd
Applet is teh application which runs on browser,servlet is
the one which runs on server
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Is servlet a server side scripting language?
Whats the advantages using servlets over using CGI?
What is a generic servlet?
What methodology can be followed to store more number of objects in a remote server?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Describe servlet?
What is difference between PrintWriter and ServletOutputStream?
What do you mean by cgi in servlet?
Explain the difference between jsp and servlet?
Why do we have servlet listeners?
What is the web server used for running the Servlets?
What is the difference between genericservlet and httpservlet
What is the advantage of Servlets when compared with other server side technologies?
How can you create a session in servlet?