Home » JAVA Programming » Java Basic » Question
  1. Which option is true about session scope?
    1. Objects are accessible only from the pages which are processing the same request
    2. Objects are accessible only from the pages which reside in same application
    3. Objects are accessible only from the pages which are in same session
    4. Objects are accessible only from the page in which they are created
    5. None of these
Correct Option: C

Object data is available till session is alive.



Your comments will be displayed only after manual approval.