Which of the following statements is true regarding the scope of the ‘session’ in JSP? (Multiple choice)

Skill/Topic: JSP Life Cycle
A) Objects with session scope are accessible from pages processing requests that are in the same session as the one in which they were created.
B) It is not legal to define an object with session scope from within a page that is not session-aware.
C) All references to the object shall be released after the associated session ends.
D) References to objects with session scope are stored in the session object associated with the page activation.

Showing Answers 1 - 3 of 3 Answers

Ramesh

  • May 2nd, 2007
 

related to JSP Life Cycle options A and D are relevant

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions