what is an object and how do you allocate memory to it?

Answer Posted / sunitha

It is an instance of class or run time entity which binds
data members and methods together.
example:
car
Attributes(state of the object)

name, no. make , price, mileage.

Methods (Behavior of the object): start, stop,
Accelerate,
By using new operator we can allocate memory to object.

by using constructions we can allocate memory directly
here we no need to use new operator . for deal location of
memory we can use destruction's .

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of inner class in java?

732


When should I use stringbuffer?

750


How are java objects passed to a method and what are native methods?

793


Explain what pure virtual function is?

770


Explain heap sort?

889






What are disadvantages of java?

723


Differentiate jar and war files?

758


When should you use arraylist and when should you use linkedlist?

675


What is a literal coding?

707


Is a method a function?

760


What java ide should I use?

736


How is it possible for two string objects with identical values not to be equal under the == operator?

717


What is Recursion Function?

853


Why do we need singleton?

715


Difference between comparator and comparable in java?

827