|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
This program:
public class HelloInterrupted {
public static void main(String[] args) throws Exception {
Thread.currentThread().interrupt();
System.out.println("Hello");
}
}
produces no output on solaris-sparc, It prints the expected output on
linux-i586 and windows-i586
###@###.### 2004-02-04
|