THE THREAD CLASS Tiếng việt là gì - trong Tiếng việt Dịch

[ðə θred klɑːs]
[ðə θred klɑːs]
lớp thread
thread class
class thread
thread class

Ví dụ về việc sử dụng The thread class trong Tiếng anh và bản dịch của chúng sang Tiếng việt

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
These methods are defined in the Thread class.
Cả hai method này đều được định nghĩa trong class Thread.
Subclass the Thread class and override the run() method.
Kế thừa class Thread và cài đặt method run().
The start() method is inherited from the Thread class.
Phương thức start() thừa kế từ lớp Thread.
The Thread class specifies a number of approaches helpful for thread management.
Lớp thread định nghĩa một số phương thức hữu ích cho việc quản lý Thread..
The following methods in the Thread class are static.
Các phương thức sau trong lớp Thread là static.
A: Thread can be created by: implementing Runnable interface,extending the Thread class.
Thread có thể được tạo bởi: triển khai Runable Interface,kế thừa lớp Thread.
This means that your class must extend the Thread class or implement the Runnable interface.
Điều này có nghĩa làthread của bạn phải kế thừa từ class Thread hoặc bổ sung interface Runnable.
A thread canbe accessed using the CurrentThread property of the Thread class.
Bạn có thể truy cập một Thread bởisử dụng thuộc tính CurrentThread của lớp Thread.
Subclassing Thread class: The Thread class itself implements Runnable, though its run method does nothing.
Tạo một class extend từ Thread: Bản thân lớp thread đã implement giao diện Runnable, phương thức run() của nó không làm gì cả.
Implementing the Runnable interface is an alternative to your class inheriting the Thread class.
Việc bổ sung interface Runnable là một lựa chọn để các lớp của bạn kế thừa class Thread.
Since we use the Thread class as well as the CultureInfo, don't forget to add the required namespaces to your file, if they are not already present.
Khi chúng ta sử dụng lớp Thread cũng như CultureInfo, đừng quên khai báo những namespace nếu chúng chưa có.
Example The following ThreadClassDemo program demonstrates some of these methods of the Thread class..
Chương trình ThreadClassDemo sau minh họa một số phương thức này trong lớp Thread.
After a thread is started, via its start() method of the Thread class, the JVM invokes the thread's run() method when the thread is initially executed.
Sau khi một Thread được tạo, thông qua phương thức start() của nó trong lớp Thread, JVM triệu hồi phương thức run() của Thread khi Thread này bắt đầu được thực thi.
One can create a thread in Java by either of implementing a Runnable interface orextending the Thread class.
Để tạo 1 thread trong Java ta có 2 cách đó là implements Runnable interface hoặcextends Thread class.
However, it has the drawback of requiring your Thread objects to be under the Thread class in the class hierarchy.
Tuy nhiên có một trở ngại là nó yêu cầu những đối tượng Thread của bạn phài ở cấp dưới của lớp Thread trong cây thứ bậc lớp..
In Java, there are two ways to create a thread:either implement the Runnable interface or extend the Thread class.
Để tạo 1 thread trong Java ta có 2 cáchđó là implements Runnable interface hoặc extends Thread class.
You will, potentially, be dealing with two attributes,found on the CurrentThread property of the Thread class: CurrentCulture and CurrentUICulture.
Có khả năng bạn sẽ xử lý thông qua 2 thuộc tính,thuộc tính CurrentThread được tìm thấy trong lớp Thread: CurrentCulture và CurrentUICulture.
You set a thread's priority by calling the setPriority() method,which is defined in the Thread class.
Bạn ấn định quyền ưu tiên của một thread bằng cách gọi method setPriority(),được định nghĩa trong class Thread.
The priority of a thread is set by calling the setPriority()method in the Thread class.
Bạn ấn định quyền ưu tiên của một thread bằng cách gọi method setPriority(),được định nghĩa trong class Thread.
Why wait, notify, and notifyall methods are definedin the Object class, and not in the Thread class?
Tại sao các phương thức wait(), notify() và notifyAll()được định nghĩa trong lớp Object mà không phải lớp Thread?
When there is a need to extend a superclass,implementing the Runnable interface is more appropriate than using the Thread class.
Khi có nhu cầu mở rộng một siêu lớp, việctriển khai giao diện Runnable thích hợp hơn là sử dụng lớp Thread.
You can determine the priority level of a thread by calling the getPriority() method,which is also defined in the Thread class.
Bạn ấn định quyền ưu tiên của một thread bằng cách gọi method setPriority(),được định nghĩa trong class Thread.
You can determine the priority level of a thread by calling the getPriority() method,which is also defined in the Thread class.
Bạn có thể xác định được mức độ ưu tiên của thread bằng method getPriority(),cũng được định nghĩa trong class Thread.
Thread's priority can be changed at any time after its creation using the setPriority()method of the Thread class..
Bạn có thể thay đổi mức ưu tiên của thread bất cứ lúc nào bằng cách sử dụng method setPriority()và lấy giá trị ưu tiên bằng method getPriority().
New: The thread is in a new state if you create an instance of Thread class but before the invocation of start() method.
Thread ở trạng thái new nếu bạn tạo một thể hiện của lớp Thread nhưng trước khi gọi phương thức start().
All the thread in java is created and controlled by the unique object of the java. lang. thread class.
Mỗi thread trong java được tạo ra và điều khiển bởi class java. lang. Thread.
It is defined in Thread class.
Đều được định nghĩa trong class Thread.
Some important methods of Thread class.
Một số method của lớp thread.
Some important methods of Thread class.
Một số phương thức chính của lớp Thread.
Creating a sub class of Thread class.
Khởi tạo một subclass của class Thread.
Kết quả: 108, Thời gian: 0.0455

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng anh - Tiếng việt