Multiple Choice
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, iii are correct
B) i, ii are correct
C) i, iii are correct
D) i, ii, iii, iv are correct
Correct Answer:

Verified
Correct Answer:
Verified
Q15: Which technology do we mix our business
Q16: Which is the Microsoft solution for providing
Q17: JSP includes a mechanism for defining ………………………….
Q18: A JSP page consists of which tags?<br>A)HTML
Q19: A deployment descriptor describes<br>A)Web component response settings<br>B)Web
Q20: Which of the scripting of JSP not
Q21: Which is not a directive?<br>A)include<br>B)page<br>C)export<br>D)taglib
Q22: Which tag is used to execute java
Q23: Which attribute specifies a JSP page that
Q25: Which of the following is an advantage