Sun, May 15, 2022
In this article , we are going to see about writing unit tests.
Read more →
Sun, May 8, 2022
I tried to improve my code review skill. Reviewing 10-15 files with around 100 lines of code at a same time was bit boring and overwhelming .A bit of challenge in understanding other's code .It's like reading other's brain .
Thu, Jan 21, 2021
Junit is a famous framework for java unit testing ....
Thu, Dec 12, 2019
In java 7 and the lower version, the interfaces can have only abstract methods.
Tue, Dec 3, 2019
Lets discuss about What is functional interface? and Some of the functional ....
Wed, Nov 20, 2019
Lets see about what is immutable? and How to create custom immutable objects?...