Friends of OpenJDK Today
Syed Mainul Hasan3 articles
Latest post
All about Generics: Part 1
Table of Contents Benefits of GenericsType safetyType erasureWhere we can use GenericsComponents of GenericsUsing Generics with wildcards Generics are used to parameterize types. A piece of code can be written generically enough so that we can fit a variety of …
- Syed Mainul Hasan
-
Playing practically with Stream API
Let’s learn java stream API with a few practical examples
- Syed Mainul Hasan
-
A Walk to Lazy Fetching With Hibernate and Spring Data JPA
Using FetchType.EAGER is a very bad practice, since our services may not require all the data of the mapped entities in all cases.
- Syed Mainul Hasan
1-3 of 3