What is Collection interface?
Answer / ravikiran(aptech mumbai)
Collection interface provides convinience methods for adding
removing and iterating the objects in and out from collections
Is This Answer Correct ? | 10 Yes | 0 No |
What is the range of the char type?
Can I overload to string method
What are the basic control structures?
What is the this keyword?
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
What is length in java?
Why can't we make a class private in java?
What is java command?
What is the difference between hashset and treeset in java?
what is the difference between a threads start() and run() methods? : Java thread
What is meant by 'Class access modifiers'?
What is sorting in java?