What is compile time polymorphism?
Answer Posted / kaukab
We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
how to one war file class to another war file class?
What is difference between path and classpath?
What is jit compiler in java?
What is the need of transient variables in Java ?
How to create a custom exception?
What is the class in java?
What are different types of arrays?
What do you mean by boolean?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What are the rules for naming an array?
difference between byte stream class and character stream class?
What is boolean logic?
What are computer functions?
How is hashcode calculated in java?
What is the requirement of thread in java?