What is the difference between servlets and applets?
1.Servlets executes on Servers, where as Applets executes on Browser
2.Servlets have no GUI, where as an Applet has GUI
3.Servlets creates static web pages, where as Applets creates dynamic web pages
4.Servlets can handle only a single request, where as Applet can handle multiple requests
Options
- 1,2,3 are correct
- 1,2 are correct
- 1,3 are correct
- 1,2,3,4 are correct
CORRECT ANSWER : 1,2 are correct
Write your comments