We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following statements
System.out.println("| " + Runtime.version()); System.out.printf("| %s%n", Runtime.version());
lead to
| 21+35-LTS-2513 java.io.PrintStream@314c508a| 21+35-LTS-2513
which contain an unexpected java.io.PrintStream@314c508a output (the value returned by System.out.toString()) start of the second one.
java.io.PrintStream@314c508a
System.out.toString()
Other
No response
The text was updated successfully, but these errors were encountered:
delabassee
No branches or pull requests
What happened?
The following statements
lead to
which contain an unexpected
java.io.PrintStream@314c508a
output (the value returned bySystem.out.toString()
) start of the second one.OS
Other
What browsers are you seeing the problem on?
No response
Contact Details (optional)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: