Multiple Choice
Which of the following is true about servlets?
A) Servlets execute within the address space of web server
B) Servlets are platform-independent because they are written in java
C) Servlets can use the full functionality of the Java class libraries
D) Servlets execute within the address space of web server, platform independent and uses the functionality of java class libraries
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following action variable is
Q8: Servlet mapping defines<br>A)an association between a URL
Q9: How many ServletContext objects are available for
Q10: Which attribute uniquely identification element?<br>A)ID<br>B)Class<br>C)Name<br>D)Scope
Q11: Application is instance of which class?<br>A)javax.servlet.Application<br>B)javax.servlet.HttpContext<br>C)javax.servlet.Context<br>D)javax.servlet.ServletContext
Q13: Which tag should be used to pass
Q14: "request" is instance of which one of
Q15: Which one of the following is correct
Q16: Which is not a directive?<br>A)include<br>B)page<br>C)export<br>D)useBean
Q17: Which one is the correct order of