JVM, the constant pool, the heap and the addresses
问题 If I create a new item in Jasmin assembly and then store it, I do it with the instruction aload, since it's an address: new Object dup invokespecial..... astore_3 ; load the object reference into local variable 3 Now, if I want to save a string from the constant pool... I would create it with ldc and then save it with aload as well: ldc "Great string" astore_3 ; save the reference to the actual string in the constant pool Now... are these addresses on the same form and the same number of