class DeepThought { public static void main(String[] args) { DeepThought a = new DeepThought(); boolean b = a.returnTheAnswer(); } public int returnTheAnswer() { return 42; } }