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...

what is the difference between sleep() and Wait()?

Answer Posted / modi[achir communication pvt.

Wait() : This function takes parameters as milliseconds and
puts the thread in wait state for the desired time of the
programmer after time passes the execution starts again.

Sleep() : This function is also used for same purpose using
his function by java you can put a thread in sleep state
.sleep does not contains any parameters so the thread will
not be automatically start execution It needs a wake up
signal again which can be Notify().or other function are
also provided by java.

So the main difference in Wait() and sleep() is wait takes
time parameter and wait for specific time only and sleep
throws a thread in sleep mode for unspecified time.

Is This Answer Correct ?    6 Yes 105 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when should you use stringbuilder class in a program?

920


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

983


Is stringwriter thread safe?

939


How many types of the indexof method are there for strings?

920


Which containers use a flowlayout as their default layout in java programming?

938


When the constructor of a class is invoked?

978


Explain access specifiers?

1119


How many bits is a double?

944


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

927


What is the purpose of garbage collection in java?

1043


What is passing by reference in java?

961


What is return type in java?

1010


Define max and min heap, also the search time of heap.

986


What is meant by method?

1012


Define interface in java?

1023