why java does compile time polymorphism at run time ?
Answer Posted / pratiksha
Compile time polymorphism-->i.e.method ovrloading and it is
done at compile time.Because in overloading same method
names having different signature and compiler can decide which
method to run by checking data type of arguments.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the simpletimezone class in java programming?
what is singleton class in java?
what are the methods in object?
What are the data types supported by java? What is autoboxing and unboxing?
What is a top level class in java?
Why javac is not recognized?
Can we split string with in java?
v-model life cycle
What is ellipsis in java?
Can we have this () and super () together?
What is string [] args?
What are 4 pillers of object orinted programming?
Define how can we find the actual size of an object on the heap?
What is ternary operator? Give an example.
Is char a data type in java?