What is NULL?
Please answer if know it exactly in java Perspective.
nazmule27 0 Newbie Poster
Recommended Answers
Jump to PostAlso you can define null value with String s =""; //declares a variable refers to String class,having initialised with null string..so its value is null..
You can also define like Strinf s1 = NULL; //It's also java's reserved keyword..
Wrong, wrong, wrong.
"" is a String object containg …
All 4 Replies
simrankim 0 Newbie Poster Banned
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
jalpesh_007 -3 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.