On Apr 18, 4:02 am, Zhubham <[email protected]> wrote: > Can anyone please help me to know what do the following mean in the > Heap view of DDMS: > 1) Data Object
Your average every-day ordinary object. > 2) Class Object An object of type Class. These get special treatment. > 3) 1,2,4,8-byte array : which arrays are we talking about here?? Number of bytes per entry. 1-byte array: byte, boolean 2-byte array: char, short 4-byte array: float, int 8-byte array: double, long > 4) non- Java object Stuff tucked into the virtual heap that isn't visible from Java code. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
