Difference between java applet & servlets

Java Applet is a kind of application that running on the client’s browser, when a browser request a applet embedded page, the applet will downloaded to the client computer and executed within the browser.

Servlets is a application that running on the server, when a server receive a request of a servlet, the server will process the servlet and give the result to the client back after the servlet is done.