Collections Framework

 1. What, why, when collection, operations?

2. What, why collections API?

3. What is framework & what is collections framework?

4. Different ways to store data in a java program in JVM?

5. Problems of array & solution using colelction?

6. Custom collection develpment?

7. Difference b/w array & collection?

(8.) Two formats to collect data?

9. Custom collection to store data with mapping?

   *. Terminology in collection

   *. Collection object memory structure


10. Introduction to SUN given collection API?

11. Legacy collection class, purpose, limitations?

12. Collections Framework      15 interfaces, 16 classes , Advantages , methods

13. Diff b/w Legacy, colections framework & Generic calls

14. Project scenarios for the usage of evey collection

         1. List

         2. Set

         3. Map

         4. Queue

         

15. 10 common interview FAQ's om all types of collections

     (upto here and before are container objects)

     

16. 3 cursor objects (  Enumeration

                        Iterator

                        ListIterator) these 3 interfaces and their usage rules, limitations 

                        

    from here onwards retreiving objects  

    

17.   

Comments