Can you inherit from an abstract class java?


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

Post New Answer

More Core Java Interview Questions

How do you sort words 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,


Difference between static synchronization vs. Instance synchronization?

0 Answers  


Explain the importance of finally over return statement?

0 Answers  


how to make a un-checked exception as a checked exception one.

2 Answers  


What are different types of arrays?

0 Answers  


What is meant by Session? Explain something about HTTP Session Class?

1 Answers  


What is hashmap and map?

0 Answers  


Which number is denoted by leading zero in java?

0 Answers  


Can you explain the usages of class.forname()?

0 Answers  


What is identifier give example?

0 Answers  


What is the char data type?

0 Answers  


Categories