Java Java 9 – Top 5 features and release InformationHitesh Garg | May 27, 2015 Soon after the release of Java 8 in March 2014, Java 9 was expected to be released in 2016 and and now a complete schedule is out. According Read More
Strings Why to use Char Array instead of String for storing password in Java – SecurityHitesh Garg | September 12, 2014 Why we should use Character Array for storing sensitive information(like passwords ) instead of Strings in Java is a very important concept with respect to security of the Read More