A

Admin • 828.03K Points
Coach

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: 11
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
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.

Be the first to start discuss.