thinkinterview » interview questions
« Previous

interview Questions

next »
question What is an Object and how do you allocate memory to it?
Answer Description: Object is an instance of a class and it is a unit which combines a structured 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.

Next Queston » What is the difference between Integer and int?...
What is the difference between Integer and int?View full queston »

Posted in: Java(30) |