Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wird da jetzt 10 mal eine Referenzvariable angelegt ? Wird die alte ref am Ende des Blocks gelöscht ?
for(int i = 0 ; i < 10 ; i++) { MyClass ref; }
So ist es. Es wird bei jedem Durchgang eine neue Referenz erstellt und wieder entfernt.