What is the use of volatile in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are Interceptors?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
What is meant by design patterns?
Can each java object keep track of all the threads that want to exclusively access it?
Why are the methods of the math class static?
Which sort is best in java?
How do you sort objects in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.
What are internal variables?
what are the states associated in the thread? : Java thread
What are the advantages of passing this into a method instead of the current class object itself?