What is Collections API?
Answer / ravikiran(aptech mumbai)
collections api contains group of classes and interfaces and
methods that deal with insertion,deletion and retrieval of
objects from a particular collection
| Is This Answer Correct ? | 1 Yes | 2 No |
What are format specifiers in java?
What is meant by class?
Is java is a fully object object oriented language?
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 environment variables are required to be set on a machine in order to run Java programs?
Why is singleton instance static?
What is the difference between hashmap and hashtable in java?
What are the files generated after using IDL to java compiler?
What is a generic data type?
Where are variables stored?
What are static blocks in java ?
How does multithreading take place on a computer with a single cpu in java programming?