What is constructor chaining and how is it achieved in java?
No Answer is Posted For this Question
Be the First to Post Answer
How many tetrahedral voids are there in bcc?
Why stringbuilder is not thread safe?
why to use transient variables when static variables can be used for Serialization
How to call static method?
How do you check if two strings are equal in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is a locale?
What is meant by 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(); }
posted in online test
Difference between method overloading and method overriding in java ?
Does java map allow duplicates?