what is singleton class in java?
Which class is used by server applications to obtain a port and listen for client requests?
What is a generic data type?
What is deserialization?
What is a method header?
Is class forname reflection?
Explain features of interfaces in java?
Why java uses the concept of the string literal?
What is complexity in java?
Explain the purpose of garbage collection in Java?
Define linked list and its features with signature?
Explain how to force the garbage collection in java.
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 method overloading in JAVA? Why is it not present in C ?
What is executor memory?