Difference between java applet & servlets

[quote=Anonymous]The basic defference between servlet and applet are as follows:
.The applet is client side programming whearas servlet is server side programming.
.The program is run over the browser and result sent to the client in case of applet whearas in case of servlet the program will run over the server & result will sent back to client this will take less time to execute a program.
.Applet does have GUI interface whearas servlet does not have GUI interface[/quote]