Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of skeleton and stub?
What is jrmp?
What are identifiers in java?
What is a byte string?
Is node a data type in java?
Can you call a method in a method?
Can a class be private or protected in java?
What is a heavyweight component?
What does compareto () do in java?
What does n mean in java?
Write a program to check for a prime number in java?
What is object cloning in Java?
What checkbox method allows you to tell if a checkbox is checked?
Can we have two methods in a class with the same name?
What is the public method modifier?