If two threads call a static method at the same point of
time, what will happen?
Answer Posted / ashutosh dhar
Nd if it is Synchronized then which thread to be choosen
depends upon the OS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is ++ operator is thread safe in java?
what r advatages of websphere? & how to deploy?
What is public static void main?
What will happen to the exception object after exception handling?
What is threaded programming and when is it used? : Java thread
Difference between method overloading and overriding.
What is the instance of an object?
What is meant by inheritance and what are its advantages?
Are generics important java?
Can singleton class be cloned?
why are there separate wait and sleep methods? : Java thread
What do you mean by JVM?
Explain what is encapsulation?
worst case complexities of Quick sort and Merge sort.
how can i use a nonsynchronized hashtable?