Java Best Practice:10 Most Useful Java Best Practice Quotes for Java Developers

Submitted by michael on Thu, 01/01/2015 - 16:16

Java Best Practice quotes for Java developers. Avoid unnecessary java objects, declare
private fields in class, minimize mutability of java class,prefer Interface in place of
Abstract class,limit scope of local variable