What is the data type for the method isAlive() and this method is available in which class/interface?

A) boolean, Thread
B) String, Thread
C) Boolean, Runnable interface
D) String, Runnable Interface

Showing Answers 1 - 2 of 2 Answers

chaitanya

  • Jan 17th, 2006
 

a is the correct answer.it returns boolean value and it is in thread class.

Hems

  • Jan 17th, 2006
 

isAlive() method is in Thread and its signature ispublic final native boolean isAlive()the answert is (A)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions