1)JVM exits when uncaught exception is thrown in daemon
thread.
2)Thread th = new Thread();
th.start() causes the thread to start running and eventually complete its execution. The object reference by th is not accessable any more and is garbage collected when the garbage collecter runs.
is true.
Are the above statements true?
[This message has been edited by avn (edited August 20, 2000).]