What do you understand by the term polymorphism?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


Why unicode is important?

0 Answers  


how to identify duplicate values in arraylist

2 Answers   TCS,


How do you escape in java?

0 Answers  


Hi Friends, can you give difference between extending thread class and implementing runnable interface.

4 Answers  






How do you check if two given string are anagrams?

0 Answers  


What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 Answers   Ness Technologies,


How do you differentiate abstract class from interface?

0 Answers  


Explain role of constructor in a java application?

5 Answers  


can used Protected Class outside Function.?

0 Answers   HCL,


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Can you override a private or static method in java?

1 Answers  


Categories