memory,objects,class relationships
we know that memory is the basic requirement for all the things....even a variable occupy a memory in a space...my question is
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
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
0