Difference between java applet & servlets

The main difference between Applet and servlet is , Applet is an client side program that program we can run inside of client , the Application is transmitted over the internet .

with the help of server only we can run the servlet program ,But the Applet we need not any server…