share? What the landlord said was whether the two quotes went to the same place. If it is a basic type such as int, it is not shared. See "Think in Java" fourth edition:
takes the same approach as c and cPP for these types (the basic data type), Java).
such values are directly stored in open space, and no two variables are "referenced" to the same place. I almost decided that the video tutorial was wrong.
public class A { public static void main(String[] args) throws NoSuchFieldException, IllegalAccessException { System.out.println( ClassLoader.getSystemClassLoader().toString()); Unsafe unsafe = UnsafeUtil.getUnsafe(); Person person = new...