By what default value is an object reference declared as an
instance variable?
Answer / pranab dutta
Its default value is ?null? unless we define it explicitly.
| Is This Answer Correct ? | 35 Yes | 2 No |
What are bind parameters?
Which is the best sorting technique in java?
Which sort is best in java?
What are variable arguments or varargs?
Can a static class implement an interface?
Explain reverse a linked list iterative solution in java?
What is finally in Java?
what is difference between interface and abstract class..?
Can we access the non-final local variable, inside the local inner class?
Is null a string in java?
What is the point of polymorphism java?
What is substring in java?