|
An object's lock obtains synchronized access to the object by multiple threads.
|
Category:
Core Java
|
Date:
11/9/2010 12:12:50 AM
|
|
|
|
The garbage collector invokes an object's finalize() method when it detects that the object has beco....
|
Category:
Core Java
|
Date:
11/8/2010 11:28:54 PM
|
|
|
|
Byte Streams provide a convenient means for handling input and output of bytes. And Character ....
|
Category:
Core Java
|
Date:
11/8/2010 10:23:52 PM
|
|
|
|
System.out can be redirect to another file. System.err can’t be redirect stream.
|
Category:
Core Java
|
Date:
11/8/2010 9:51:50 PM
|
|
|
|
invoking its sleep() method. 2- blocking on I/O. 3- unsuccessfully attempting to acquire an object's....
|
Category:
Core Java
|
Date:
11/8/2010 9:18:50 PM
|
|
|