Which method cannot be overridden in java?


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

Post New Answer

More Core Java Interview Questions

Write code of any action class?

0 Answers  


When is the finalize() called?

0 Answers  


What is method in java ?

0 Answers  


What is callable java?

0 Answers  


Is class forname reflection?

0 Answers  


Which is better stringbuilder or stringbuffer?

0 Answers  


What is the unit of plancks constant?

0 Answers  


What about abstract classes in java?

0 Answers  


What are serialization and deserialization?

0 Answers  


Can you run the product development on all operating systems ?

1 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,


what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)

2 Answers  


Categories