Thursday, May 22, 2008

Manifest Constants

Do you know!

null , true and false are called reserved constants or manifest constants in Java. These are constants which is assigned a specific value in the programming language itself.

Each program will have different repesentation of the constants for example. null value in java is represented as 'null' and the same in C is represented as 'NULL'.

No comments: