Can we call the Thread.sleep in Synchyronozed block?
Answer Posted / pramod
ofcourse you can call thread.sleep in synchronized
block,when we call means when there is a possibility of
loop inside the synchronized block.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What java is used for?
What is gui programming?
What is string literal in java?
What is the argument in java?
How to access arraylist elements in java?
What is jit compiler in java?
what is a working thread? : Java thread
What does t in java mean?
What is use of map in java?
What is the difference between && and & in java?
How does multithreading take place on a computer with a single cpu?
Why we do exception handling in java and how many types of exceptions are there?
Can we create an object of private class?
What is file in java?
Is java written in c?