Can a list be null in java?
No Answer is Posted For this Question
Be the First to Post Answer
Which api is provided by java for operations on set of objects?
Can you make a constructor final?
What is function overriding and overloading in java?
Is java hashset ordered?
Explain try and catch keywords in java?
What is OOP?
Is 'null' a keyword?
What is an array length?
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(); }
adapter class ?
What are the principle concepts of oops?
How a variable is stored in memory?