True/False Indicate whether the statement is true or false. ____ 1. A session be
ID: 441196 • Letter: T
Question
True/False Indicate whether the statement is true or false. ____ 1. A session begins when any user requests a JSP page for the first time. ____ 2. If the isThreadSafe attribute is set to false, no more than one thread can execute the JSP code at one time. ____ 3. JSP exceptions must be handled in another JSP page. ____ 4. The isErrorPage attribute indicates whether or not a JSP page can act as the error page for another JSP page. ____ 5. Variables defined in declaration are created at request time.Explanation / Answer
1. A session begins when any user requests a JSP page for the first time.True
2. If the isThreadSafe attribute is set to false, no more than one thread can execute the JSP code at one time. False
3. JSP exceptions must be handled in another JSP page. False
4. The isErrorPage attribute indicates whether or not a JSP page can act as the error page for another JSP page. True
5. Variables defined in declaration are created at request time. FALSE