Name container classes in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are order of precedence and associativity, and how are they used?
Different types of Layouts?
Why string objects are immutable in java?
What advantage does an entity bean have over a sessin bean?
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(); }
Why deletion in linkedlist is fast than arraylist?
What is ResourceBundle class?
How many inner classes can a class have?
Can we assign the reference to this variable?
can u give one sinario when you use Abstract Class and When you use Interface.
What is the difference between compare and compareto in java?
Why we override equals() method?