Answer Posted / prabudoss
When multiple threads are running. If a thread t1 has
locked a synchronized block and is performing an I/O
operation then the t1 will release the lock on the block
for other threads to run till the I/O operations are over.
This is called as I/O block
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is anti pattern in java?
How do you check whether the list is empty or not in java?
What are methods of a class?
What does those terms actually mean included in the j.d.k i.6?
explain different ways of using thread? : Java thread
Differentiate between a class and an object.
What is space character in java?
Why we go for collections in java?
What do you mean by local variable and instance variable?
Can we change the scope of the overridden method in the subclass?
What are new features introduced with java 8 ?
How is tree Mirroring implemented?
List primitive java types?
What is the instance of an object?
Explain the polymorphism principle?