Answer Posted / satwant singhnagpal
In sleep method the thread does not release the object lock
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Explain the private field modifier?
what is deadlock? : Java thread
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Should database connections be singleton?
Can we declare register variable as global?
Explain java coding standards for constants?
Why scanner is used in java?
what are abstract functions?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Define locale.
Explain java heap space and garbage collection?
Is java a pure object oriented language?
What class of exceptions are generated by the java run-time system?
Can we overload the constructors?