what is collections in java?

Answers were Sorted based on User's Feedback



what is collections in java?..

Answer / chethan.s.l

Collection is a framework and its having series of classes
and interface implementing in the collection object.

Is This Answer Correct ?    7 Yes 4 No

what is collections in java?..

Answer / anith

collection is a utility in java..which comes under .lang
package..

Is This Answer Correct ?    2 Yes 0 No

what is collections in java?..

Answer / somasundar m

Collection is a frame work which is there in java.lang
package, which is used to store multiple type objects.
Collections has certain interfaces like Collection, Set,
List, Map, sorterdSet, sortedMap and certain classes like
HashSet, TreeSet,ArrayList, Linked List, Vectors,
Hashmap,Hashtable, Properties, etc. Based on the
requirements the appropriate collections should be used.

Is This Answer Correct ?    1 Yes 0 No

what is collections in java?..

Answer / ravikrian

The above all answers are correct if the question is
collection, But collections is a class from java.util
package which has static utility methods such as sort and
binary search

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

How applets will communicate with each other?

1 Answers  


What do you understand by looping in java? Explain the different types of loops.

0 Answers  


What is the default value of float and double datatype in java?

0 Answers  


How can an exception be thrown manually by a programmer?

0 Answers  


What a static class can contains?

0 Answers  






what are variables in java

7 Answers   Wipro,


What classes of exceptions may be thrown by a throw statement?

0 Answers  


Where import statement is used in a java program?

0 Answers  


How many tetrahedral voids are there in bcc?

0 Answers  


Explain differences between collection api and stream api?

0 Answers  


Can I have constructor in Interface?

2 Answers  


Is main an identifier?

0 Answers  


Categories