Multiple Choice
Which of the following are the valid scopes in JSP?
A) request, page, session, application
B) request, page, session, global
C) response, page, session, application
D) request, page, context, application
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: JavaServer Pages often serve the same purpose
Q6: Which one is the correct order of
Q7: Which packages does a JSP API consist
Q8: Why DB connections are not written directly
Q9: Which is not a directive?<br>A)include<br>B)page<br>C)export<br>D)useBean
Q11: The ASP and JSP technologies are quite
Q12: Which http method send by browser that
Q13: JSPs eventually are compiled into Java servlets,
Q14: The values of <servlet-name> and <servlet-class> in
Q15: Which technology do we mix our business