Why can't we make a class private in java?
No Answer is Posted For this Question
Be the First to Post Answer
Does garbage collection occur in permanent generation space in jvm?
How to declare unique ArrayList ?
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.
Does java support multi dimensional arrays ?
how to one war file class to another war file class?
What is the difference between class & object?
What is the constructor?
What is string in java with example?
What is a default constraint?
What do you mean by synchronized non access modifier?
What will happen to the exception object after exception handling?
Is it compulsory to have atleast one abstract method in abstract class?