OpenJDK proposal would boost Java application startup speed by having classes made available in a loaded and linked state when the JVM starts. Java application startup times would be improved by ...
What do you use when you want to run a command-line app from Java and feed its stdin from an InputStream, collecting stdout in an OutputStream? I'm using threads for this and it feels *extremely* ...