img
When any thread hits a breakpoint, all threads will stop. (This is a good thing, because you want
things to stop while you try to figure them out.) Notice that the Sun's Java implementation creates
several threads for its own use in the main thread group. All of our threads are by default located
in the Multi.main thread group. The JDK's threads are managed by the JDK and have no effect
on your programing.
Search WWH :
Custom Search
Previous Page
Multithreaded Programming with JAVA - Topic Index
Next Page
Multithreaded Programming with JAVA - Bookmarks
Home