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 |
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
How do I remove a character from a string in java?
What are 4 pillers of object orinted programming?
What is the purpose of the enableevents() method?
What is arraylist e?
What is numeric data type?
What is the use of private static?
Why all programming languages have main as a execution starting point?
What causes memory leak in java?
How to solve the problem of generating the unique hash keys with hash function?
What is nested class?
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?