JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / vikas
jsp is not thread safe.
if threadsafe="true" it means only one thread can access an
object at a time.
if threadsafe="false" it means multiple threads can access
one object at a time concurrently.
| Is This Answer Correct ? | 20 Yes | 27 No |
Post New Answer View All Answers
Is there any case when finally will not be executed?
How will you call an Applet using Java Script Function?
How to check if linked list contains loop in java?
What is args length in java?
How do you know if a value is nan?
What is a method signature java?
Do you need to import math in java?
What are runtime exceptions?
Difference between object instantiation and construction ?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What checkbox method allows you to tell if a checkbox is checked?
Which is the best sorting technique in java?
What are measurable parameters?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Can we create a class inside a class in java?