JDK 24 |
---|
24 b25Fixed |
CSR :
|
Currently, the java.io.IO provides println(Object) and print(Object) methods, but not a parameter-less println(). This is not very convenient, as when there's a sequence of print(...) calls, it typically needs to be finished with a new line, which requires code along the lines of: println("") It would be more convenient to add a parameter-less println() method.
|