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