I/O blocking means?
Answer / 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 |
Is null keyword in java?
What do you mean by default constructor in java?
Explain about GridBag Layout?
what is the difference between System.exit() and System.exit(1)?
1 Answers eClinical Solutions, eClinical Works, eClinicalWorks,
what is business objects?
What is CardLayout?
What is the difference between post and put?
i need source code for income tax program using java inheritance
Is it possible to instantiate the abstract class?
What is methodological framework?
How to convert string to char and vice versa?
Is null a string?