Essa empresa é sua?
Q) What is the following output of below statement: class Test { public static void main(String args[]) throws IOException { try { System.out.println("Hello"); }catch(IOException e) { e.printStackTrace(); }
Sigiloso
Compile Time Error as IOException is a fully checked Exception.