12345678910



Question 1: Which of these are true. Select the two correct answers.
1. The default value of isThreadSafe attribute of page directive is true.
2. If isThreadSafe attribute of page directive is set to true, then JSP container dispatches request for the page sequentially
3. Setting isThreadSage attribute to true for JSP pages, can lead to poor performance.