What is run time polymorphism?
Answer Posted / bal
Method overriding is run time poly
| Is This Answer Correct ? | 38 Yes | 4 No |
Post New Answer View All Answers
What is linkedlist in java?
Difference between collection, collection and collections in java?
What is skeleton and stub? What is the purpose of those?
Explain exception chaining in java?
Can we call thread start () twice?
Tell me a few examples of final classes defined in Java API?
What happens if we override private method?
What is java dot?
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 do you understand by the term string pool?
What do you understand by access specifiers in Java?
What is the Concept of Encapsulation in OOPS
What is the use of flag?
Can we have multiple catch block for a try block?
What is bubble sorting in java?