下列关于Thread类的说法,不正确的一项是( )。
isAlive()方法的返回值类型为布尔型
interrupt()方法的作用是结束该进程
start()方法的作用是开始该进程
setPriority(p:int)方法的参数p的取值为0到10