What is compile time polymorphism?
Answer Posted / oneeb dadgar
It is also known as a Early-Binding.In this method, overloading method performs the different tasks at the different input parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ternary operator? Give an example.
Is space a character in java?
Why Java doesn’t support multiple inheritance?
Can you sort a string in java?
What is an immutable object? How do you create one in java?
What is a double vs float?
What is the inheritance?
Is a class subclass of itself?
Explain the differences between abstraction and encapsulation?
What are methods and how are they defined?
What are the important features of Java 8 release?
What do you mean by exception handling in Java?
What are the two ways to create a thread?
What are the pillars of java?
Does substring start with 0?