What are the kinds of polymorphism?


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

Post New Answer

More Core Java Interview Questions

Is java call by reference?

0 Answers  


What are keywords in programming?

0 Answers  


Name the method that is used to set a TextComponent to the read-only state?

1 Answers  


how you will prevent method overriding?

6 Answers   HCL,


What is stringjoiner ?

0 Answers  






How is treeset implemented in java?

0 Answers  


What is the use of default method in interface in java? Explain

0 Answers  


Which class is used by server applications to obtain a port and listen for client requests?

0 Answers  


What are checked exceptions?

0 Answers  


why interfaces are faster than abstract classes?

4 Answers  


What are the 8 primitive data types in java?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


Categories