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 does this mean java?
Where are variables stored?
In what ways you can handle exception ?
how to fing linkedlist is circular or not?
is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?
What is collection class in java? List down its methods and interfaces.
What are the main uses of the super keyword?
Is null == null in java?
What are inner and anonymous class?
Why char array is preferred over string for storing password?
What is the best definition for data?
What is a consumer in java?