What is a generic data type?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructor chaining and how is it achieved in java?
What methods are called, When we navigate from one applet to another applet?
Is integer passed by reference in java?
What is ellipsis in java?
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(); }
Why is inheritance used in java?
What is the difference between stringbuffer and stringbuilder class?
what is the form of storage space in java?
please send code example of inner classes?
what are the purposes of native, transiant key words?
What is difference between static class and normal class?
how to one war file class to another war file class?