Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which of these methods belong to Thread & Object class?
join, yield, sleep, wait, notify

Answers were Sorted based on User's Feedback



Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify..

Answer / vikki

methods inherited from java.lang.Object
*clone
*equals
*finalize
*getClass
*hashCode
*notify
*notifyAll
*wait

and this three methods join, yield, sleep belongs to Threads
class

Is This Answer Correct ?    22 Yes 0 No

Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify..

Answer / sudeep

wait belongs to thread... in c#!!!

Is This Answer Correct ?    2 Yes 0 No

Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify..

Answer / paletipatisrinu

wait()and notify() methods are Thread and object class methods

Is This Answer Correct ?    8 Yes 13 No

Post New Answer

More Core Java Interview Questions

Explain the difference between abstract class and interface in java?

0 Answers  


How to create an instance of a class if the class has private constructor?

3 Answers  


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

0 Answers  


Is void a data type in java?

0 Answers  


Can we modify the throws clause of the superclass method while overriding it in the subclass?

0 Answers  


What is reverse function?

0 Answers  


Different types of modifiers?

8 Answers   RoboCom,


I need to know about complete topic in java's collections i with an examples

1 Answers   TCS,


What are wrapper classes?

11 Answers   Noah Solutions,


Can you make a constructor final in Java?

0 Answers   SwanSoft Technologies,


What modifiers are allowed for methods in an interface?

0 Answers  


What is difference between char array and string?

0 Answers  


Categories