What is the difference between an applet and a servlet?
Answer Posted / sanjay
servlet operates within the domain of server while applet
does not required support for java in the java web browser.
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is servlet api used for conneting database?
What do you mean by httpservlet and how it is different from the genericservlet?
How can we upload the file to the server using servlet?
When Servlet is unloaded?
What do you mean by url pattern in servlet?
How can we create deadlock situation in servlet?
Elucidate servlet attributes and its scope?
How does java thread pool work?
How can we invoke another servlet in a different application?
What are the life cycle methods of a servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
Explain the features are in servlet 3?
How to commuincate between an applet and a servlet?
how the HTML data stored in web server?
Which httpsession object is used to view and manipulate information about a session?