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 is the difference between undefined value and null value?
What is the difference between undefined value and null value?
✍: Guest
Undefined value cannot be explicitly stated that is there is no keyword called undefined whereas null value has keyword called null.
typeof undefined variable or property returns undefined whereas typeof null value returns object
2011-01-18, 4006👍, 0💬
Popular Posts:
When should the register modifier be used? Does it really help? The register modifier hints to the c...
How do you pass control from one JSP page to another? Use the following ways to pass control of a re...
Can you explain in brief how can we implement threading ? Private Sub Form1_Load(ByVal sender As Sys...
If cookies are not enabled at browser end does form Authentication work? No, it does not work.
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...