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 the difference between scrollbar and scrollpane?
How many types of exception can occur in a java program?
What is primitive data type in java?
What does java ide mean?
What is google full form?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are the wrapped, classes?
What is the difference between math floor and math round?
How to display all the prime numbers between 1 and 100
Can we override the static methods?
Difference between this() and super() ?
What do you mean by order of precedence and associativity?
What are the steps involved to write rmi based programs?
What is the purpose of a volatile variable?
How to split arraylist elements in java?