Title: E-learning-Java Complete Course-Programming fundamental in Java-Collection Framework in JAVA-Lesson 34-Part 3
Duration: 20.03 minutes
Summary:This is a complete java programming language course demonstration series. In this demonstration we are going to explore interface, Collection classes, Abstract classes and Algorithms. Under the interface there are three types of interfaces. We will look methods and properties for those interfaces through the sample project for List, Map and Queue. A collection class has many methods and properties to access collection of elements. Abstract classes are reducing the code rewrite and has only signature of the methods and properties.
Methodology of the development of example: Collection Framework in JAVA .
Technology Used: JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, List interface, Map interface, Queue interface, Collection classes and Abstract classes.