How can we find size of the object ?

Answer Posted / suvarna

getObjectSize(Object objectToSize)
Returns an implementation-specific approximation
of the amount of storage consumed by the specified object.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a values collection view ?

681


Explain about arraylist?

571


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

1845


What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?

569


What is javac in java?

557






Why we use set in java?

510


Where we write javascript code in html page?

553


Is the milky way in a void?

538


What is the core java?

539


What do you mean by collectors in java 8?

535


Why is java so important?

643


What is meant by anonymous class?

587


What does .equals do in java?

526


What is the buffer limit?

550


What is an off by one error in java?

494