线程类 meaning in English
thread class
Examples
- Complex thread class
复杂线程类 - New members that use an acl have been added to the i o , registry , and threading classes
I / o类、注册表类和线程类中添加了使用acl的新成员。 - The thread could be implemented by using runnable interface or by inheriting from the thread class
线程可以执行调用可运行接口或从线程类继承.前者是较为有利。 - A : the thread could be implemented by using runnable interface or by inheriting from the thread class
线程可以执行调用可运行接口或从线程类继承.前者是较为有利。 - This class creates a thread and also contains the code that the thread executes , without the need for creating an additional method for the delegate
无需为委托创建更多方法,线程类即可创建一个线程并且包含该线程执行的代码。