Collections in Java Programming | Collection Framework |Learnaholic India

preview_player
Показать описание
This Learnaholic India video will cover Collections in Java Programming, Collection Framework
Collection in Java provides ad hoc classes namely Vector, Stack, Dictionary for storing and manipulating group of objects.
What is collection in java?
#Collectionframework
Collection performs various operations on data such as searching, sorting, manipulating, insertion, deletion.
Collection is nothing but single unit of object.
It provides interfaces like Set, List, Queue, Dequeue and classes like ArrayList, Vector, LinkedList, HashSet, TreeSet, etc.
#LearnaholicIndia
A collection framework is unified architecture for representing and manipulating collection.
All collection framework contains interfaces, implementation of interfaces i.e., classes and algorithms.
Framework also defines several map interfaces and classes.
Maps are not actually a part of collection but they are fully integrated with the collections. #collections

-~-~~-~~~-~~-~-
Please watch: "SDLC Tutorial for Beginners | Phases of SDLC | Detail Explanation"
Рекомендации по теме
Комментарии
Автор

Give your feedback. Did you find the video helpful?
Suggest me what should I add to improve.
Thank you for watching.

LearnaholicIndia