Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats the difference between an applet and a servlet?

applet difference servlet
0
Posted

Whats the difference between an applet and a servlet?

0

An applet is a Java program that runs within a Web browser on the client machine whereas a servlet runs on the Web server. An applet can use the user interface classes like AWT or Swing while the servlet does not have a user interface. The servlet behaves like a CGI script; it waits for HTTP requests from a browser and generates a response that is displayed in the browser.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123