Java Generics, Collections Framework And Streams API




Java Generics, Collections Framework And Streams API

Learn about Java Generics and how to create Generic classes. You also learn about Generic Interfaces and Methods.

After learning and understanding Java Generics we then dive into the Java Collections Framework where we learn about data structures such as List, ArrayList, HashMap, HashSet, LinkedList... and so on. Generics are an important part of the Java programming language.

We have extra lessons on Java Optional which helps us avoid null pointer exceptions in Java. You will learn about Optionals because it's knowledge will be applied when you learn about Java Streams API.

Finally, we learn about the Streams API, how it works and the various methods such as filter(), map(), flatMap(), reduce(), collect() ... and so on.

After this course, you should have a solid understanding of the Java Generics, the Collection Framework with its Data Structures and the Java Streams API.

In a nutshell, generics enable types (classes and interfaces) to be parameters when defining classes, interfaces and methods. Much like the more familiar formal parameters used in method declarations, type parameters provide a way for you to re-use the same code with different inputs. The difference is that the inputs to formal parameters are values, while the inputs to type parameters are types. (Java Docs)

Learn about Data Structures in Collections, Generics and how to use Java Streams API for powerful operations.

Url: View Details

What you will learn
  • What The Java Collections Framework Is Composed Of.
  • Learn About The Data Structures Available In The Collection Framework.
  • What Are Generics And How To Use Generics.

Rating: 4.65

Level: Intermediate Level

Duration: 5.5 hours

Instructor: Lemuel Ogbunude


Courses By:   0-9  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

About US

The display of third-party trademarks and trade names on this site does not necessarily indicate any affiliation or endorsement of coursescompany.com.


© 2021 coursescompany.com. All rights reserved.
View Sitemap