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 are the advantages of assembly language?
What are java packages? What's the significance of packages?
What is the maximum size of array in java?
What is a function in programming?
What is the abstraction?
What is module with example?
What is locale?
Write a program to find maximum and minimum number in array?
What checkbox method allows you to tell if a checkbox is checked?
What are predefined functions?
What is sorting algorithm in java?
What is difference between call by value and call by reference?
why java uses class level type casting ?
Explain the features of interfaces in java?
Is java a pure object oriented language?