Beispielsweise: class A { static int i=0; static int j; static void method() { // static k=0; can't use static for local variables only final is permitted // static int L; } } Wo werden diese Variablen in Java, im Heap oder im Stack-Speicher gespeichert? Wie werden sie