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 environment variables are required to be set on a machine in order to run Java programs?
What are constants?
What is jdbc api?
How do you compare arrays in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How do you check if two given string are anagrams?
If we don’t want some of the fields not to serialize how to do that?
How big is a pointer?
What is an iterator java?
What is math floor in java?
What is computer compiler?
What are meta-annotations?
What is the static variable?
How many wrapper classes are there in java?
What is the meaning of immutable regarding string?