What is the difference between an applet and a servlet?
Answer Posted / sssk
applets extends the functionality of web browser, servlet extends the functinality of webserver.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are advantages of servlets over cgi?
What is servlet and its life cycle?
What do you mean by session tracking and also explain its techniques?
How do we call one servlet from another servlet?
What is servlet instance?
Is java servlet still used?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Whether thread can be used in servlets?
Is servlet thread safe?
What do you mean by a filter and how does it work?
Difference between doget and dopost?
Why do we use sendredirect() method?
What are the disadvantages of storing session state in cookies?
What is string tokenizer?
What is the difference between genericservlet and httpservlet