How do you achieve polymorphism in java?


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

Post New Answer

More Core Java Interview Questions

is it possible to add a object in a HASHMAP

6 Answers   HCL,


Explain about interthread communication and how it takes place in java?

0 Answers  


What do you understand by final value?

0 Answers  


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

0 Answers  


Give a briefing on the life cycle of a thread.

1 Answers  


What is the default value of float and double datatype in java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Why are constructors used?

0 Answers  


How to perform binary search in java?

0 Answers  


What is the return type of read()?

3 Answers  


Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

7 Answers   HCL, Wipro,


Categories