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 do you mean by synchronized non access modifier?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Is java a prime method?
What is the difference between Grid and Gridbaglayout?
State some situations where exceptions may arise in java?
What is difference between core java and java ee?
What is tochararray in java?
Is nan false?
What are the two ways in which thread can be created?
What are functions in java?
worst case complexities of Quick sort and Merge sort.
What is the static variable?
What is the gregoriancalendar class in java programming?
In case of inheritance what is the execution order of constructor and destructor?
Is java map thread safe?