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 / seshu godavarthi
when we created an object with new operator it tells the
compiler to allocate a memory for the particular object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you override private or static method in java?
What are the uses of synchronized keyword?
Why vector is used in java?
What do you mean by stack?
Is 0 true or false in java?
How do you override a private method in java?
Difference between method overloading and overriding.
What is a null class?
Which list does not allow duplicates in java?
Where is stringbuffer stored?
What is unsigned char?
How to read and write image from a file ?
Tell me the Importent classes in net package?
Explain restrictions for using anonymous inner classes?
How to disable caching on back button of the browser?