What is compile time polymorphism?
Answer Posted / laukik
Compile Time Polymorphism in Java is when you have the
several methods with same name and different parameters and
compiler has to decide how to select which method has to run
based on the arguments hence the name Compile time
polymorphism or method overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Enlist few advantages of inheritance?
What is stack example?
Can we create an object of static class in java?
How do you know if a value is nan?
How does the java compiler work?
Is call by reference possible in java?
Give us the name of the list layoutmanagers in java?
What is the format specifier?
Where is const variable stored?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Is java free for businesses?
whatis Home interface and Remoteinterface? with example?
How to instantiate member inner class?
What is collection sort in java?
What are identifiers in java?