Yesterday at lunch, I asked Charles: "It's Friday today, isn't it?" Charles said back: "That's sad."
Sadder still, even after the Friday-ness was confirmed, it didn't occur to me that I have been negligent of my Friday Java Quiz duties for two weeks in a roll.
So here goes, a day late, but just as punishing and irrelevant.
The set up: You have the Sun JDK (or OpenJDK) installed with javac and friends in your $PATH. You do not have $CLASSPATH set. And you have a bunch of jar files sitting in a directory, say, /usr/share/java. And you have written a class Foo.java in your home directory that uses a class in one of the jar files.
Q: Which of the following commands will successfully compile Foo.java: