Which of the following methods defined in Thread class are static?

A) sleep()

b) join()

c) start()

d) yield()

Questions by lalithakasiraj

Showing Answers 1 - 30 of 30 Answers

Neena

  • Jan 29th, 2013
 

sleep() and yield()

  Was this answer useful?  Yes

vasanth

  • Mar 2nd, 2013
 

(a)sleep (c)start

  Was this answer useful?  Yes

satish vishwakarma

  • May 10th, 2013
 

Sleep and yields methods are static .Please refer given below doc for the explanation.
http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Thread.html

  Was this answer useful?  Yes

Vivek Jalan

  • Sep 17th, 2013
 

Start, Stop & Yield are static

  Was this answer useful?  Yes

adarsh

  • May 23rd, 2014
 

start()

  Was this answer useful?  Yes

Abdul Fatah

  • Jun 22nd, 2014
 

sleep()

  Was this answer useful?  Yes

subahani

  • Jun 25th, 2014
 

sleep

  Was this answer useful?  Yes

ankush

  • Feb 8th, 2016
 

Sleep() and Yeild() are static.

  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