Discussion Forum
Que. | Which of the following is true about isThreadSafe Attribute? |
a. | The isThreadSafe option marks a page as being thread-safe. |
b. | If you set the isThreadSafe option to false, the JSP engine makes sure that only one thread at a time is executing your JSP. |
c. | By default, all JSPs are considered thread-safe. |
d. | All of the above. |
Answer:All of the above. |