-
What is the difference between servlets and applets?
i.Servlets execute on Server; Applets execute on browser
ii.Servlets have no GUI; Applet has GUI
iii.Servlets creates static web pages; Applets creates dynamic web pages
iv.Servlets can handle only a single request; Applet can handle multiple requests
-
- i,ii are correct
- i,iii are correct
- i,ii,iii are correct
- i,ii,iii,iv are correct
- None of these
Correct Option: A
Servlets execute on Server and doesn’t have GUI. Applets execute on browser and has GUI.