Is it possible to declare abstract class as final?What happens if we do so?



Is it possible to declare abstract class as final?What happens if we do so?..

Answer / shruti k

Abstract call cannot be declared as final, if done so class can't be instantiated

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the order of arraylist in java?

0 Answers  


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

0 Answers  


What is adapter class?

12 Answers  


What modifiers may be used with an inner class that is a member of an outer class in java programming?

0 Answers  


What is a constructor, constructor overloading in java?

0 Answers  






What are java packages? What's the significance of packages?

0 Answers  


Is arraylist a class in java?

0 Answers  


what are the major differences between jdk1.4 and jdk1.5?

2 Answers   Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,


What is use of static in java?

0 Answers  


What is the purpose of static methods and static variables?

0 Answers  


Is there any limitation of using inheritance?

0 Answers  


What are the different access modifiers available in java?

0 Answers  


Categories