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
How do you check if two strings are equal in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How do you check if a string is lexicographically in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is function overriding and overloading in java?
Differences between C and Java?
What do you mean by hashing?
What is difference in between java class and bean?
Can we overload the constructors?
What is operator overloading. Is it is supported in java?
What are class members by default?
What is multi-catch block in java?
How does finally block differ from finalize() method?
Write a program to check for a prime number in java?
Can I declare a class as private?