Is it possible to override the main method?
No Answer is Posted For this Question
Be the First to Post Answer
Explain final, finalize() and finally?
What is an event?
What language is java written?
Can we use static class instead of singleton?
What is the difference between error and an exception?
What is the difference between static and non-static variables in java programming?
What is core java called?
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 a static block?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What is thread safe in java?
Why there is no call by reference in java?