Java SE: Inheritance, Interfaces, and Collections, Part 8 of 18
Interactive

Java SE: Inheritance, Interfaces, and Collections, Part 8 of 18

LearnNow Online
Updated Oct 25, 2018

Course description

This course introduces the Java programming language and how to develop Java applications using Eclipse. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, generics, collections, and file input/output (I/O) with a focus on many of the common programming Java commands like Arrays, and Inheritance. The course will conclude with Exceptions, Polymorphism, Collections, Generics and other useful Java classes.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for programmers who are interested in adding Java to their skills. The students should be familiar with object-oriented principals and the concept of object-oriented programming.


Meet the expert

Gene Van Sant

Gene Van Sant has over two decades of experience as a software/systems implementer and solutions integration architect. He has experience as a contractor and maintains instructor certifications from IBM and others. Gene balances his career between implementing and automating full blown real world solutions and teaching classes/workshops on emerging technologies and products. This allows Gene to gain valuable extensive real world experience while also staying ahead of the wave with cutting-edge expertise.

Video Runtime

138 Minutes

Time to complete

178 Minutes

Course Outline

Interfaces and Polymorphism

Interfaces & Polymorphism (47:00)

  • Introduction (02:09)
  • Casting Objects (02:28)
  • The instanceof Operator (00:31)
  • Abstract Classes (00:40)
  • Abstract Class - An Example (00:49)
  • Demo:Abstract (06:49)
  • Interface (01:44)
  • Interface - An Example (00:53)
  • Comparable Interface (00:27)
  • Comparable Interface Reqs. (01:28)
  • Demo:Comparable Interfaces (06:18)
  • CodingTips (01:09)
  • Overview:Design Specs (04:22)
  • Polymorphism (02:01)
  • Conditions for Polymorphism (01:27)
  • Coding Tips - Polymorphism (01:30)
  • Covariant Return Types (00:34)
  • Overview:Interfaces (09:28)
  • Summary (02:03)
Collections and Generics

Collections & Generics (29:06)

  • Introduction (02:13)
  • What are Collections (01:59)
  • Arrays vs. Collections (02:12)
  • Main Collections Interfaces (01:17)
  • java.util.Collection (00:41)
  • Main Collection Methods (00:40)
  • Sets (02:09)
  • java.util.List (00:45)
  • java.util.Queue (03:11)
  • Generics:Overview (03:40)
  • Generics (02:12)
  • Generics and Collections (00:46)
  • Generic Collection Example (01:31)
  • Collections Implementations (01:53)
  • Demo:Collections (03:47)
  • Summary (00:02)

Collections & Generics 2 (25:08)

  • Introduction (00:15)
  • Iteration on a Collection (02:27)
  • Iterator vs. For-Each Loop (00:36)
  • Demo:Iterator (06:12)
  • Maps (01:17)
  • java.util.Map (01:21)
  • java.util.SortedMap (00:39)
  • Collections Implementations (00:57)
  • Overview:Maps (04:04)
  • Demo:Maps (07:14)
  • Summary (00:02)

Collections & Generics3 (37:20)

  • Introduction (00:15)
  • Collections & Primitive Types (00:59)
  • "Wrapper" Classes (03:00)
  • Autoboxing (01:23)
  • Demo:Autoboxing (20:33)
  • Enumerated Types (09:56)
  • Summary (01:13)
;