Java Servlet Programming Question:
Download Questions PDF

What’s the difference between servlets and applets?

Answer:

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

Download Java Servlet Programming Interview Questions And Answers PDF

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