Is 'null' a keyword?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
No "null" is not a keyword of the Java Programming Language,
it is a reserved keyword similar to "true" and "false"
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / aruna
"null" is a reserved keyword similar to "true" and "false"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / george
"null" is a reserved keyword similar to "true" and "false"
we can use null to initialize string..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ejp
RE answer #1, how can it be not a keyword and a reserved
keyword?
Do try to make sense.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yogesh mudgil
In case of Java,null is a literal.null is a special literal
which can be cast to any reference type but not to any
primitive type.It is used in Java to represent a void
reference i.e. a pointer to nothing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhakar
"Null" is not either not a key word nor a reserved word
| Is This Answer Correct ? | 0 Yes | 0 No |
how to create a jar file in java
How do I compare two strings in word in java?
Why we cannot override static method?
What is the use of static import ?
What are the string methods in java?
Can we pass a primitive type by reference in java? How
What is the difference between a static and a non-static inner class in java programming?
How do you read a char in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is dynamic binding(late binding)?
Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com
What do you understand by an io stream?