Integer douVal=20; double parseDouble = Double.parseDouble(douVal.toString()); System.out.println(parseDouble);