why doesn't java run on all platforms?
What is static in java?
What Is Pointer?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
what are the different non-access specifiers in java?
When does an object becomes eligible for garbage collection in java?
Can we nested try statements in java?
Can we have 2 main methods in java class?
Can a final method be overloaded?
What do you understand by casting in java language?
Which is faster call by value or call by reference?
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.
write the hierarchy of component class?