14
What are some things in the class library you wish more people knew about or used?
(docs.oracle.com)
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
PushbackInputStream - makes it easy to write a small template engine in restricted environments
Link for the curious
This does sound useful. I have to admit I don't know much about
InputStream
andOutputStream
and every time I need to do something with them (which is rare) I just search it up.Ooh, I've never seen that before. And it's been there since 1.0