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
Is java se open source?
Explain features of interfaces in java?
How many bytes is 255 characters?
What are the steps involved to create a bean?
What are static initalizers in java ?
What is the difference between class forname and new?
What is nested top-level class?
Why you should not use singleton?
What are the super most classes for all the streams?
What is the use of java?
What is the base class of all exception classes in java?
What are wrapper classes in java?
What is a databasemetadata?
Difference between start() and run() method of thread class?
Why are arrays useful in java?