2007年10月23日星期二

Application Structure

Java application has the feature of multithreaded execution. Every application has at least one thread called the main thread. This thread has the ability to create additional threads, as we'll demonstrate in the next section. [1]

没有评论: