I'm pretty new to Java and I am currently working on a project where I need to work with Floating points.
I am trying to convert the value from 3.5E8 (Double value) to a string value of 350000000. I have looked on the internet but currently I can't find a solution.
DecimalFormat.System.out.println(new BigDecimal(f).toPlainString());?