Java Servlet Programming Question:
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.
applets are to browsers.
Unlike applets, however, servlets have no graphical user interface.
Previous Question | Next Question |
What is the servlet? | What’s the advantages using servlets than using CGI? |