Woher weiß Java, wo es primitive Datentyp gespeichert hat?

void foo() {
   int a = 5;
   system.out.println(a);
}
Dull Deer