Java memory requirements
Given the following JAVA class: >> in the picture
Question: Determine the memory requirement in bytes of aMemoryChunk object created by
MemoryChunk chunk = new MemoryChunk ();
based on the data requested in it.
public class Memory Chunk { } private long var0; private char varl; private byte var2; private boolean var3; private boolean [] var4 = new boolean [10]; public double [] [] [] var5 private byte [] [] [] var6 = new double [13] [11] [4]; new byte [10] [10] [13];
Java memory requirements Given the following JAVA class: >> in the picture Question: Determine the memory requirement in
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am