What is the translation of " THREAD CLASS " in Chinese?

[θred klɑːs]
[θred klɑːs]

Examples of using Thread class in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
By extending thread class.
通过扩展Thread类来构造.
Following is the list of important medthods available in the Thread class.
以下是在Thread类提供重要的方法列表。
The stop() method of Thread class, too, was deprecated by Java 2.
Thread类的stop()方法同样在Java2中受到反对。
Sleep() is a method of Thread class.
而sleep()是Thread类的方法.
The Thread class defines a number of methods useful for thread management.
Thread类定义了一些对线程管理十分有用的的方法。
Sleep is a static method of the Thread class.
Sleep是Thread类的静态方法。
The suspend() method of the Thread class was deprecated by Java 2.
Thread类的stop()方法同样在Java2中受到反对。
The following are the methods of the Thread class.
下面的方法是Thread类的静态方法。
The stop() method of the Thread class was also deprecated by Java 2.
Thread类的stop()方法同样在Java2中受到反对。
Sleep(): It is a static method on Thread class.
Sleep()方法是Thread类里面的一个静态方法。
The animation thread class updates the DrawablePanel for game logic and forces a redraw of the panel.
Animationthread类为游戏逻辑更新DrawablePanel,并使控制板进行重塑。
The following methods in the Thread class are static.
在Thread类下面的方法都是静态的。
The Runnable interface is preferred,as it does not require an object to inherit the Thread class.
Runnable接口是首选的,因为它不需要对象继承Thread类
These methods are members of the Thread class and are declared like this:.
这些方法都是Thread类的成员,声明如下:.
Which of the following are the methods of the Thread class?
下面哪些是Thread类的方法?
In Java, there is a Thread class that you inherit to create a new thread and override the run() method.
在Java中,有一个Thread类继承来创建一个新线程并覆盖该run()方法。
Thread creation by extending Thread class.
I通过扩展Thread来创建线程.
Java's multithreading system is built upon the Thread class, its methods, and its companion interface, Runnable.
Java的多线程系统建立于Thread类,它的方法,它的共伴接口Runnable基础上。
For this purpose, we can use the join() method of the Thread class.
为达此目的,我们使用Thread类的join()方法。
Sleep does not create anew threadsleep is a static method of the Thread class that temporarily stops the activity of the current thread..
Sleep不会创建一个新线程,sleep是Thread类的静态方法,用于暂停当前线程的活动。
For this purpose, we can use the join() method of the Thread class.
为了达到这个目的,我们使用Thread类的join()方法。
This has special importance in those objects that extend the Thread class or implement the Runnable interface.
这个对那些扩展Thread类或者实现Runnable接口的对象特别重要。
The Runnable interface is preferred,as it does not require an object to inherit the Thread class.
实现Runnable接口这种方式更受欢迎,因为这不需要继承Thread类
Multithreading capabilities are supported primarily by means of the Thread class, enabling numerous tasks to occur simultaneously.
多线程功能主要是通过Thread类来提供支持的,它可以使多项任务同时执行。
Ans 1 wait() is a method of Object class. sleep()is a method of Thread class.
Wait方法是Object类的方法,sleep方法是Thread类的方法。
You can set the priority to any value between MIN_PRIORITY(defined as 1 in the Thread class) and MAX_PRIORITY(defined as 10).
可以将优先级设置为MIN_PRIORITY(在Thread类中定义为1)与MAX_PRIORITY(定义为10)之间的任何值。
Example The following ThreadClassDemo program demonstrates some of these methods of the Thread class.
下面ThreadClassDemo程序演示了一些Thread类的这些方法。
Why wait, notify, and notifyall methods are defined in the Object class,and not in the Thread class?
为什么wait,notify和notifyAll这些方法不在thread类里面??
Why wait, notify, and notifyall methods are defined in the Object class,and not in the Thread class?
为什么wait,notify和notifyAll是在Object类中定义的而不是在Thread类中定义?
Java example except that all of the operations to serve a particularclient have been moved inside a separate thread class:.
Java例子非常相似,只是为一个特定的客户提供服务的所有操作都已移入一个独立的线程类中:.
Results: 96, Time: 0.0272

Word-for-word translation

Top dictionary queries

English - Chinese