what do you meant by Runtime Polymorphism?
Answer Posted / muthusenthil
Runtime Polymorphism is method overriding...
| Is This Answer Correct ? | 38 Yes | 10 No |
Post New Answer View All Answers
Why does java have two ways to create child threads?
What is a static method in java?
What is arrays aslist in java?
How does a for loop work?
What is the relationship difference the canvas class and the graphics class?
Are arrays static in java?
What do you understand by synchronization?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
How dead lock situation occurs in java and how you can identify it?
What is exception in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the difference between a vector & an array list?
What is anti pattern in java?
What is boolean in java?
What is matcher in java?