Articles, Home

Jakarta EE Community Update January 2020

Welcome to our first update of 2020. As we start the new year, I want to wish you all the best. We have a lot to look forward to in 2020 as it will be the first year with multiple Jakarta EE releases. What a bright and optimistic way to start a new year! As we ramp up our 2020 activities, here’s a look back at Jakarta EE highlights from the last few weeks in November and December of 2019. 

Articles, Home

Java Generics Tutorial

Java Generics enable you to specify types for collections in the Java Collection API, as well as create your own classes which can be typed using Generics. This Java Generics tutorial explains how Java Generics works, and you use it.