Understanding Java Collections From Scratch _ Eduonix
Только зарегистрированные пользователи могут оставлять комментарии. Войдите, пожалуйста.
In today's lecture, we will be covering the Java Collections Framework! JCF is nothing but a set of classes and interfaces that implement commonly reusable collection data structure's. Even though it is called a 'framework,' Java collections is more like a library which contains some really awesome interfaces! The top picks covered by the instructor are:
1. Class Hierarchy
2. The Collection Interface
3. Lists
4. Queues
We hope you have a lot of fun learning about the different interfaces. Stay tuned for more amazing tutorials!