how to conver double to string java code example Example: java convert double to string double total = 44; String total2 = Double.toString(total);