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 this keyword used for?
What is an i/o filter?
Can we have any code between try and catch blocks?
How many characters is 16 bytes?
Explain about varargs in java?
Explain about the security aspect of java?
Write a java program for binary search?
What are conditionals and its types?
Difference between vector and arraylist.
Will set allow duplicates in java?
Why do we need wrapper classes?
How many techniques can be employed to create a string object?
Can we clone singleton object?
What are methods in java?
What is numeric data type?