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 |
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
what is the difference between a threads start() and run() methods? : Java thread
How can you handle java exceptions?
What's the base class in java from which all classes are derived?
where can we get jAVA project orientation traing in HYDERABD
What is indexof in java?
What does the “static” keyword mean?
What is exception hierarchy in java?
Differentiate between == and equals().
java is pure object-oriented programming language?why it is platform independent.
What is difference between overloading and overriding in java?