what is polymorphism with example?types of polymorphism?
Answer Posted / sachin
Three types
1) Method Overloading
2) Method Overriding
3) Interface
| Is This Answer Correct ? | 51 Yes | 104 No |
Post New Answer View All Answers
Write a java program for binary search?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What do the thread?class methods run() and start() do?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is a singleton factory?
Can we override the static methods?
In which order the iterator iterates over collection?
What does nullpointerexception mean?
Can we use synchronized block for primitives?
What is the purpose of garbage collection in java? When is it used?
How do you calculate square roots?
explain the difference between jdk and jvm?
what is inner class in java?
How can you say java is object oriented?
What are different types of multitasking?