Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What does JavaScript null mean?
What does JavaScript null mean?
✍: Guest
The null value is a unique value representing no value or no object.
It implies no object, or null string, no valid boolean value, no number and no array object.
2010-12-14, 4186👍, 0💬
Popular Posts:
How To Control Table Widths? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells Usually, b...
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...
How To Change the Password of Another User Account? - MySQL FAQs - Managing User Accounts and Access...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
How can I check for HTML errors? HTML validators check HTML documents against a formal definition of...