what is an object and how do you allocate memory to it?
Answer Posted / janet
Object is an instance of a class and it is a software unit
that combines a structered set of data with a set of
operations for inspecting and manipulating that data. when
an object is created using new operator,memory is allocated
to it.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How java is similar to c?
What is the use of http-tunneling in rmi?
What is the difference between hashset and treeset in java?
Explain the importance of import keyword in java?
What do you understand by an io stream?
What is the difference between JDBC 1.0 and JDBC 2.0?
Why does java not support operator overloading?
What is java util collection?
what is session in java?
What is locale in java?
What is java object name?
Is passing by reference faster?
What are voids?
What is the final class modifier?
What is a literal coding?