what really hapens when a object is created using new
operator?
1.is it allocates memory to all variables and methods in
the class with reference to that object?
Answer Posted / joker
more precisely to non static variables..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is string a class in java?
What is bubble sorting in java?
Can an interface implement another interface?
Why is java architectural neutral?
Is string is a keyword in java?
Differentiate between the constructors and methods in java?
what is thread in Java ?
What do you mean by mnemonics?
What is java reflection api?
Can we have multiple classes in a single file?
What are bind parameters?
What do you mean by pointer value and address?
Explain the significance of listiterator.
What is 16 bits called?
List the three steps for creating an object for a class?