JSP is by default thread safe or not? what is the meaning of
isThreadSafe="true" and isThreadSafe="false". Explain it?
Thanks,
Seenu
Answer Posted / saravanan sagadevan
isThreadSafe is true means, doesn't implement
SingleThreadModel.So its not a thread safe. if
ThreadSafe=false, SingleThreadModel is implemented ,ant
This page is Thread safe.
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
How are this() and super() used with constructors in java programming?
What is a condition in programming?
Why java is used everywhere?
According to java operator precedence, which operator is considered to be with highest precedence?
What is parameters example?
When we serialize an object does the serialization mechanism saves its references too?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Is math class static in java?
Does anyone still use java?
What are the advantages of exception handling in java?
What is the largest long allowed by java?
Can constructor be inherited?
Can a constructor be made final?
What are the core java topics?
Is treeset sorted in java?