Blog
Java 8 BiConsumer Interface Example
In this blog post, I will be explaining how the Java 8 functional interface BiConsumer works. To know more about […]
Hibernate Persistence Life Cycle and Entity States
In this blog post, I will be explaining the Hibernate Persistence Life Cycle and Entity States. What Are Entity States […]
How to find the largest number in an array
In this blog post, I will be demonstrating how you can find the largest number in an array or list. […]
Why is Java Platform Independent
A very common interview question is to ask a candidate to explain how Java is platform independent. So let me […]
SpringBoot – What and Why
Recently, everyone is talking about how Spring Boot is much better compared to Spring and how it is modular and […]
Java 8 Function Interface Example
In this blog post, I will be explaining how the Java 8 functional interface Function works. To know more about […]
Java 8 forEach loop explained with code samples
Java 8 introduced a lot of new features like functional interfaces, lambda expressions, etc. These provide a totally new way […]
Java 8 BiPredicate Example
In this blog post, I will be explaining how the Java 8 functional interface BiPredicate works. To know more about […]