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
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the importance of finally block in exception handling?
What is quick sort in java?
Why do we use threads in java?
How do you generate random numbers in java?
What is __ init __ functions?
What is a qualifier in a sentence?
Explain about serializable interface in java?
What are the important features of Java 9 release?
What data type is a string?
What is lastindexof in java?
What is public static void main?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
How to remove the trailing spaces from a string?
What is difference between printf and scanf?