|
The JDK 1.02 event model uses an event inheritance or bubbling approach. In this model, components a....
|
Category:
Core Java
|
Date:
11/5/2010 3:09:54 AM
|
|
|
|
We use finalization to give an unreachable object the opportunity to perform any cleanup processing ....
|
Category:
Core Java
|
Date:
11/5/2010 2:48:48 AM
|
|
|
|
A compilation unit is a Java source code file.
|
Category:
Core Java
|
Date:
11/5/2010 2:48:47 AM
|
|
|
|
this is used to refer to the current object instance. super is used to refer to the variables and me....
|
Category:
Core Java
|
Date:
11/5/2010 2:15:46 AM
|
|
|
|
Numeric promotion is the conversion of a smaller numeric type to a larger numeric type, so that inte....
|
Category:
Core Java
|
Date:
11/5/2010 1:20:55 AM
|
|
|