What is an abstract method in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is UNICODE?
Is null in java?
List java api that supports threads?
Does java have extension methods?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What are the types of casting?
what is synchronization
Why are generics used?
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 public static?
How do you check if a string contains only numeric digits?
What is the maximum length of a url?