What is the dot operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between identifier and variable?
Which variable is the independent variable?
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 member in java?
How do you use compareto?
What are jee technologies?
What is java util list?
What is the function of java?
What exactly is methodology?
How do you reverse sort a list in java?
Explain constructors and types of constructors in java.
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?