Which method cannot be overridden in java?
Write code of any action class?
When is the finalize() called?
What is method in java ?
What is callable java?
Is class forname reflection?
Which is better stringbuilder or stringbuffer?
What is the unit of plancks constant?
What about abstract classes in java?
What are serialization and deserialization?
Can you run the product development on all operating systems ?
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(); }
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)