show 2 decimals in java code example Example 1: print up to 2 decimal in java System.out.printf("%.2f", value); Example 2: 2 decimal places print format JAVA printf(%.2f);