class A{ static int i = 10; static int j = 20; static void getname(){ } }
这些变量将存储在内存中的哪个位置?
java static-variables
java ×1
static-variables ×1