Which of the following is a correct order for Bean scope in JSP-05990
Which of the following is a correct order for Bean scope in JSP page from most visible to least visible?
This multiple choice question (MCQ) is related to the book/course vu cs506 Web Design and Development. It can also be found in vu cs506 Final Term - Quiz No.2.
Which of the following is a correct order for Bean scope in JSP page from most visible to least visible?
application, session, request, page
page, request, session, application
session, page, request, application
application, session, page, request