1.

What Are The Differences Between Servlet And Applet?

Answer»

Servlets are SERVER side components that runs on the Servlet container. APPLETS are CLIENT side components and runs on the web browsers. Servlets have no GUI INTERFACE.

Servlets are server side components that runs on the Servlet container. Applets are client side components and runs on the web browsers. Servlets have no GUI interface.



Discussion

No Comment Found