|
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
|
|
|
|
Overloading methods must differ in their parameter list, or number of parameters.
|
Category:
Core Java
|
Date:
11/5/2010 12:59:49 AM
|
|
|
|
The java.lang package is always imported by default.
|
Category:
Core Java
|
Date:
11/5/2010 12:47:55 AM
|
|
|
|
A class that is declared without any access modifiers is said to have package access. This means tha....
|
Category:
Core Java
|
Date:
11/5/2010 12:15:53 AM
|
|
|
|
A Java package is a naming context for classes and interfaces. A package is used to create a separat....
|
Category:
Core Java
|
Date:
11/4/2010 9:52:55 PM
|
|
|