Hab es mal kurz erweitert:
Problem: Ich weiss nicht wirklich was ich mit join() anfangen kann.
Code:
@Override
public void run() {
for (char c = 'a'; c <= 'z'; c++) {
System.out.println(c);
}
for (char b = 'A'; b <= 'Z'; b++) {
System.out.println(b);
}
}
Problem: Ich weiss nicht wirklich was ich mit join() anfangen kann.
Waits for this thread to die. // Auf den Thread warten bis dieser beendent ist
An invocation of this method behaves in exactly the same way as the invocation//Der Aufruf einer Methode verhält sich in gleicher Weise wie der Aufruf?