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 Hostile Applets?
How many arguments can a method have java?
How will you print number in reverse (descending) order in BST.
What is the use of volatile in java?
Which data type is class in java?
What are green threads in java?
What is the core java?
How to obtain a performance profile of java program
How do you make an arraylist empty in java?
Why we use multi threading instead of multiprocessing?
Can we write class inside a class in java?
How to use Media tracker Class.
What is the difference between class & structure?
You're given a Boolean 2D matrix, can you find the number of islands?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?