how we can create packages in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a website container?
Can any one say how will sort map objects in java?
What is contract between hashcode and equal method?
Tell me a few examples of final classes defined in Java API?
How can final class be used?
What is object of class in java?
How do you use, call, and access a static method in Java?
What is sortedmap in java?
what is meant by Garbage collection?
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(); }
How do you escape a string?
What is string pool in java?