Data Type Java Tutorial

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