Define class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between checked exception and unchecked exception?
Why are getters and setters used?
What is floor math?
What does compareto () do in java?
What is string and its types?
Differentiate storage classes on the basis of their scope?
What is difference between Heap and Stack Memory?
What is treeset and treemap in java?
What is the biggest integer?
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 the difference between path and classpath variables?
what is jdk1.5 features?