
what is the difference between applet and servlet?

Difference between servlet and applet:
1)An applet is client side programming whereas servlet is server side programming.
2)Applets run over the browser whearas servlets run over the server.
3)Servlet doesn't have GUI , wheras applet have GUI.
4)Applets are very heavy to handle as compared to servlet.
5)Applets are useful to develop the static web pages whearas Servlets are useful to develop the dynamic web pages.

what is meaning of
2)Applets run over the browser whearas servlets run over the server
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.