Monday, March 3, 2014

Common Java Code Bugs

Float maxScore = null;
maxScore = docList.maxScore(); // if use float, here it may throws NullPonterException

No comments:

Post a Comment