InterviewSolution
Saved Bookmarks
| 1. |
What Is Null ? |
|
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. 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. |
|