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 are three ways in which a thread can enter the waiting state in java programming?
Why are global variables used?
What is difference between call by value and call by reference?
What are operators and its types?
Java openings 3 - 5 years, Lnt Infotech. requirements - core java, J2ee, struts, hibernate Interview Date:- 19 March 2011 Time:- 9:00 AM to 12:00 Pm Interview Location - L & T Infotech, Manapakkam, Chennai Refererral PS NO:- 291649 (Please mention this when u fill the form only then u will be considered for interview) Documents Required:- Latest Resume, Photograph and last 3 payslips Mail me on vasan2211@gmail.com once u appear for interview
What is this keyword in java?
What is a boolean expression in java?
Can you start a thread twice in Java?
What is data type in java?
Can inner class be public in java?
How static variable work in java?
What is the properties class?
Can a class be a super class and a sub-class at the same time? Give example.
What is exception handling in java?
What is the advantage of functional interface in java 8?