Monthly Archives
June 2020
by Imran Shaikh
Before seeing Optional in Java, Did you know that Null Pointer Exception is termed as Billion Dollar mistake? Lets see how to avoid it.
by Imran Shaikh
We will discuss How to use Lombok in our code. We will look at @Getter @Setter and @Data @Log @Builder and many more. Fully …
by Imran Shaikh
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more readable. We will see the installation of Lombok …
by Imran Shaikh
All the Sorting Algorithms code in one single page. Get a quick glance in sorting code is in Java for your interview. I have …