what is an object and how do you allocate memory to it?
Answer Posted / devarathnam
Hi... An object is nothing but instance of the class,or
basic run-time entity.By using "new" operator we can
allocate the memory of an object
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the parts of methodology?
What is the default execution method in java?
Is string a wrapper class?
What is the function of compareto in java?
What are the advantages of functions?
Which collection is ordered in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What are the various access specifiers for java classes?
What is keyword and identifier?
Write a java program to print fibonacci series?
Why unicode is important?
What is the common usage of serialization? What exceptions occur during serialization?
What is exception handling in java?
Does printwriter create a file?
Can you sort a list in java?