Multiple Choice
What's 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
A) 1,2,3 are correct
B) 1,2 are correct
C) 1,3 are correct
D) 1,2,3,4 are correct
Correct Answer:

Verified
Correct Answer:
Verified
Q10: The include() method of RequestDispatcher<br>A) sends a
Q11: The web container maintains the life cycle
Q12: RequestDispatcher object is used<br>A) to include other
Q13: What are the contents of web module?<br>A)
Q14: When might your program wish to run
Q16: In which advantage of servlet, Servlets are
Q17: Which packages represent interfaces and classes for
Q18: In HTTP Request method Get request is
Q19: In HTTP Request Which Asks for the
Q20: In the following statements identify the disadvantages