|
synchronization is the capability to control the access of multiple threads to shared same resources....
|
Category:
Core Java
|
Date:
11/3/2010 3:22:47 PM
|
|
|
|
A Java source code file takes the name of a public class or interface that is defined within the fil....
|
Category:
Core Java
|
Date:
11/3/2010 3:10:53 PM
|
|
|
|
An object's finalize() method cannot be invoked by the garbage collector while the object is still r....
|
Category:
Core Java
|
Date:
11/3/2010 2:37:52 PM
|
|
|
|
Garbage collection is the process of releasing memory used by unreferenced objects automatically.
|
Category:
Core Java
|
Date:
11/3/2010 2:05:51 PM
|
|
|
|
It enters the dead state.
|
Category:
Core Java
|
Date:
11/3/2010 1:00:49 PM
|
|
|