public class Main { public static void main(String[] args) throws Exception { String str = Float.toString(0.3F); } }