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
What is the main method java?
What are java methods?
What is runtime locatable code?
How can you say java is object oriented?
How do you sing an Applet ?
What is the best definition for data?
What are the different ways of creating thread?
What sorting algorithm does javascript use?
When object is created and destroyed?
How many bytes is 255 characters?
What is mean by collections in java?
What is internal iteration in java se 8?
Explain how hashmap works?
What is core java used for?
write a program that list all permutations of ABCDEF in which A appears before B?