26: Optional<Double> opt = average(); 27: System.out.println(opt.get()); // bad We'd get an exception since there is no value inside the Optional: java.util ...
確定! 回上一頁