1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
public class NewFeatureTest { public static void main(String[] args) throws IOException, SQLException { int a=0b1111_0000_1111_0000; long m=123_4444_123L; System.out.println(a); System.out.println(m);
List<String> str = new ArrayList<>();
try (BufferedReader br = new BufferedReader(new FileReader("dssf.jpg"))) { System.out.println(br.readLine()); }catch (NullPointerException | FileNotFoundException e){ e.printStackTrace(); } } }
|
近期评论