InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not true about session?(a) All users connect to the same session(b) All users have same session variable(c) Default timeout value for session variable is 20 minutes(d) New session cannot be created for a new userThe question was asked during a job interview.This interesting question is from Session Management topic in division Session Management, JSP & API of Java |
|
Answer» The correct CHOICE is (c) Default timeout VALUE for session variable is 20 minutes |
|