What is compile time polymorphism?
Answer Posted / charles i
overloading method and the compiler has to decide when to
call the method..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do u mean by variable?
What is methods in java?
How do you decide when to use arraylist and linkedlist?
What is used of static keyword in java?
Is static a singleton?
Which collection does not allow duplicates in java?
Explain the difference between the public, private, final, protected, and default modifiers?
Tell me a few examples of final classes defined in Java API?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is meant by collection in java?
What is the definition of tree ?
What is palindrome in java?
How to change value in arraylist java?
Can you inherit a constructor java?
Can we use catch statement for checked exceptions?