R

Rajeev Malhotra • 3.97K Points
Extraordinary

Q. 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

  • (A) i,ii are correct
  • (B) i,iii are correct
  • (C) i,ii,iii are correct
  • (D) i,ii,iii,iv are correct
  • Correct Answer - Option(A)
  • Views: 149
  • Filed under category JAVA

Explanation by: Rajeev Malhotra
Servlets execute on Server and doesn’t have GUI. Applets execute on browser and has GUI.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics