Java Servlet Programming Question:

What’s the difference between servlets and applets?

Java Servlet Programming Interview Question
Java Servlet Programming Interview Question

Answer:

Servlets are to servers;
applets are to browsers.
Unlike applets, however, servlets have no graphical user interface.


Previous QuestionNext Question
What is the servlet?What’s the advantages using servlets than using CGI?