DEVFYI - Developer Resource - FYI

What is null

J2SE Interview Questions and Answers


(Continued from previous question...)

157. What is null

The null type has one value, the null reference, represented by the literal null, which is formed from ASCII characters. A null literal is always of the null type.

(Continued on next question...)

Other Interview Questions