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 do you understand by copy constructor in java?
What is a line separator in java?
Is null false in java?
What do you mean by formatting?
What are the types of web technologies?
Can a constructor be private and how are this() and super() method used with constructor?
What are the two main uses of volatile in Java?
what is the constructor and how many types of constructors are used in java?
Which class is used by server applications to obtain a port and listen for client requests?
What is the difference between stored procedure & function?
What is an array in java?
What are the restrictions imposed on method overriding?
What is null in java?
Can anonymous class have constructor?
Why is static used?