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
What is the function of static in java?
Why scanner is used in java?
How to sort an unsorted array in java?
How do you define a variable?
How do I start learning java?
What is the use of bufferedreader?
What is application system?
What are the ways in which a thread can enter the waiting state?
What is pangram in java?
What is deserialization?
What is the purpose of extern variable?
Why use string handling in Java?
Can we split string with in java?
can java object be locked down for exclusive use by a given thread? : Java thread
Write code to implement bubble sort in java?