The following is a text rebus in the form of Java code:
public class GetBoolean {
public static void main(String[] args) {
boolean i = getBoolean();
}
private static boolean getBoolean() {
throw new BOOLEAN();
}
private static class BOOLEAN extends RuntimeException {
}
}
It represents part of a famous dialogue. What dialogue is that?
bas the variable in the main method, but then realizediwould be more appropriate. Too bad the main method didn't put the call to getBoolean in a try/catch block, otherwise it could have handled the truth! – pacoverflow Apr 03 '15 at 06:34