memory,objects,class relationships
we know that objects and methods are present inside the class in java ...my question is how the memory will be allocated....whether the memory will be shared or there will be separate allocation....if it is how it will be mapping objects into a memory
how it is done(with diagram) plz explain