J2SE Question:

What is null?

J2SE Interview Question
J2SE Interview Question

Answer:

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.


Previous QuestionNext Question
What is GUI?What is native?