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 |
What is the difference between DataInputStream and BufferedReader
What is boolean data type in java?
Why we used vector class?
What is the difference between method overriding and overloading?
What is an example of procedure?
What is unicode full form?
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
why the constructor should be used in class,if there is no constructor what will happen?
What is super constructor?
What is temp in java?
What is a reflection package?
Can a static method be final?