By what default value is an object reference declared as an
instance variable?
Answer Posted / pranab dutta
Its default value is ?null? unless we define it explicitly.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
How many types of classes are there in java?
What is the syntax and characteristics of a lambda expression?
When can an object reference be cast to an interface reference in java programming?
What is equlas() and hashcode() contract in java? Where does it used?
Why Java is not pure Object Oriented language?
What are the disadvantages of object oriented programming?
How do you calculate square roots?
What do you mean by thread safe?
Which data type is a class in java?
What is the use of string and stringbuffer?
How do you use wildcards?
Is nan false?
What is Java Reflection API? Why it’s so important to have?
What do you mean by constant time complexity?
Why is singleton class used?