Friends of OpenJDK Today
Syed Mainul Hasan3 articles
Latest post
All about Generics: Part 1
Generics are used to parameterize types. A piece of code can be written generically enough so that we can fit a variety of types in it. Being a strongly type-safe language, Java requires to specify types in all aspects 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