What is files manifesting?
No Answer is Posted For this Question
Be the First to Post Answer
Explain enumeration in java?
What is the new line character?
What is a treeset class?
Why Java is a platform independent language?
What is thread safe singleton?
When super keyword is used?
what is the use of reference variable
What is the difference between static method and instance method in Java?
0 Answers SwanSoft Technologies,
What is sorting algorithm in java?
Is void a data type?
What is the difference between normal report & matrix report?
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(); }