You are not logged in.
#1 2016-01-06 10:32:58
Which of the following is true about isThreadSafe Attribute?
Java Quizzes JSP (Java Server Pages)
Question:
Which of the following is true about isThreadSafe Attribute?
Option A):
By default, all JSPs are considered thread-safe.
Option B):
All of these
Option C):
If you set the isThreadSafe option to false, the JSP engine makes sure that only one thread at a time is executing your JSP.
Option D):
The isThreadSafe option marks a page as being thread-safe.
Correct Answer is Option B):
All of these
Explanation:
The isThreadSafe option marks a page as being thread-safe. By default, all JSPs are considered thread-safe. If you set the isThreadSafe option to false, the JSP engine makes sure that only one thread at a time is executing your JSP.
Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/
Offline
2016-01-06 10:32:58
- Advertisement
- Ads By Google
Re: Which of the following is true about isThreadSafe Attribute?
\n