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
Can we have static methods in an interface?
What is continuity of a function?
What is the byte order of byte buffer?
What do you understand by the term wrapper classes?
Define array. Tell me about 2-D array.
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Does substring create a new object?
What is skeleton and stub?
What is meant by nested loop?
What is oop principle in java?
what is session in java?
Can we clone singleton class in java?
How will you invoke any external process in java?
What do you mean by scope of variable?
How to convert string to char and vice versa?