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 |
how to print output with out using sop statements
What is the difference between procedural and object-oriented programs?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
How to override a equals() method and what is the use?
What is a default constraint?
what is the use of StringBuffer?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is size_t?
What are decalarations?
Explain polymorphism citing an example.
What do you mean by hashing?
can we declare private class in java file?