Java dev

What is NULL? What is a Null pointer exception(NPE)? How to deal with it?

Let’s begin with a basic definition of matter, anything that occupies space and has mass is called matter. Similarly what is that doesn’t have mass…

Java dev

Group-by operation in Java Streams

We will see an example of Using group-by operation in Java Streams,  Arithmetic operation on particular fields of a Class Sorting is needed on the…