Author: techieDan

I am a blogger who loves technology and is a developer by profession. I also do log my travels and plans in my travel blog on Daniel Chew the Wanderer. If you love my post and if it has helped you, leave a reply or donate to keep my website alive.

Java – Compare Strings

Comparing Strings in Java has evolved from the character comparisons to String comparisons to StringUtils comparison. Using the StringUtils to compare Strings is so much safer and faster to …