If two threads call a static method at the same point of
time, what will happen?
Answer Posted / amitasite
If method doesn't access static member variable but only
local variable then there is no inconsistency.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is application tier?
What is the use of StringTokenizer class?
What is a variable and constant?
What are the advantages of inner classes?
What about features of local inner class?
What are memory tables?
What is main method?
What is compiler and what its output.
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Is double bigger than float?
What mechanism does java use for memory management?
what is synchronization and why is it important? : Java thread
Why do we need hashset in java?
How can we pass argument to a function by reference instead of pass by value?
What is a conditional equation?