Applets

basic idea of application and applet in java
Applications are just like a Java programs that can be execute independently without using the web browser. Applets are small Java programs that are d...
Difference Between Applets and Servlets
Applets are executed on client-side i.e applet runs within a Web browser on the client machine. Servlets on other hand executed on the server-side i.e...