How do we know the size of the reference variable we create in our Java programs.
For example, we have the class Test with the following reference variable.
Test test = new Test();
How do we know the size of the reference variable we create in our Java programs.
For example, we have the class Test with the following reference variable.
Test test = new Test();