How are multiple inheritances done in Java?


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

Post New Answer

More Core Java Interview Questions

What is difference between equal and == in java?

0 Answers  


Can we write any code after throw statement?

0 Answers  


hi to all. well can you please tell me that why String class is immutable? Thanks in advance.

5 Answers   Huawei,


Explain runtime exceptions?

0 Answers  


did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???

7 Answers   IBM,






Define iterator and methods in iterator?

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,


Is it possible to write static method in abstract class? justyfy your answer?

5 Answers   Hexaware,


Is hashset ordered java?

0 Answers  


When can you say a graph to be a tree?

0 Answers   Amazon,


Difference between object instantiation and construction ?

0 Answers  


Can we have multiple classes in a single file?

0 Answers  


Categories