Tuesday, November 21, 2006

"do you know"

All static methods are automatically final!

Instances of the class Class represent classes and interfaces in a running Java application.


Every array also belongs to a class that is reflected as a Class object that is shared by all arrays with the same element type and number of dimensions. The primitive Java types (boolean, byte, char, short, int, long, float, and double), and the keyword void are also represented as Class objects.

0 Comments:

Post a Comment

<< Home