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’s the difference between genericservlet and httpservlet?
What is the use of java servlet api?
What is dispatcher servlet?
Why is Servlet so popular?
What is generic servlet class?
What do you mean by httpservlet?
Which event is fired at the time of session creation and destroy?
What do you mean by default initialization in java servlet?
What must be implemented by all servlets?
Why is http protocol called as a stateless protocol?
Where do you define dispatcherservlet?
How to find whether a parameter exists in the request object?
How to get the IP address of client in servlet?
Which is the methods of generated servlet?
Which http method is said to be non-idempotent and idempotent?