Explain list interface?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of integer?
What is the difference between static class and normal class?
What is java in detail?
Is array dynamic in java?
How the elements are organized in CardLayout?
What is the major advantage of external iteration over internal iteration?
What is the maximum size of list in java?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
how to accept integer array 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(); }
diff between abstract methods and interfaces with programing (code) example?
what is the use of datasource in core java?