A thread in the NEW state

Report a typo

Create and return a thread in the NEW state.

Write a program in Kotlin
import kotlin.concurrent.thread

fun createThreadInNewState(): Thread {
//implement the function
}
___

Create a free account to access the full topic