What is Collection interface?



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

Post New Answer

More Core Java Interview Questions

How to sort a collection of custom Objects in Java?

0 Answers  


Can static methods access instance variables in java?

0 Answers  


Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification

0 Answers  


Can a method inside a interface be declared as final?

0 Answers  


What is the difference between access specifiers and access modifiers in java? 16

0 Answers  






What are the differences between heap and stack memory?

0 Answers  


Why java uses the concept of the string literal?

0 Answers  


What are the differences between checked exception and unchecked exception?

0 Answers  


7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?

4 Answers   CSC, Nagarro, RBS,


What is append function?

0 Answers  


Why there is no call by reference in java?

0 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


Categories