I was just wondering what were the advantages and disadvantages of using System.out.printf(); We normally use System.out.println(); or System
System.out.printf();
System.out.println();
System
Printf allows special formatting:
http://java.sun.com/developer/technicalArticles/Programming/sprintf/
That is the advantage. Otherwise there is no disadvantage to calling print() as you do now.