Data Type Java

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