List down the methods and interfaces of collection class in java.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between assignment and initialization?
What does index mean in java?
Why is a singleton bad?
What do u mean by method and also contructer in java ?
what is business delegate?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What is jit compiler ?
What is OOP's Terms with explanation?
What is the is a and has a relation ship in oops concept in java?
What is basic syntax?
can we add two numbers without using arthematic operators? if possible how?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).