Java'da bir iş parçacığı oluşturmak için iki yöntem kullanılır: Runnable interface kullanmak (java.lang.Runnable) Thread sınıfını extend etmek (java.lang.Thread)
You can create threads in java by extending Java.lang.thread class or by implementing java.lang.runnable interface.
Fakat bu işlem yine tek bir thread içerisinde olur.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.