What is compile time polymorphism?
Answer Posted / bandu kank
In compile time polymorphism, compiler decided which have
to be executed depending on the parameter type and list
Is This Answer Correct ? | 54 Yes | 10 No |
Post New Answer View All Answers
What is an exception? difference between Checked and Unchecked exception in Java
What is difference between path and classpath variables?
Differentiate between run time error and syntax error.
Can we instantiate interface in java?
What class allows you to read objects directly from a stream in java programming?
Explain enumeration in java?
Can a final variable be manipulated in java?
How does queue work in java?
How listener identify that the event came from a particular object?
What is a singleton class? Give a practical example of its usage.
Why there is no call by reference 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.
Why do we need wrapper class?
What is sortedset in java?
What is difference between an object and a class?