Q1 Single choice Mark for later Given:Which is true about line 1? A If the value is not present, a NoSuchElementException is thrown at run time. B It always executes the System.out::print statement. C If the value is not present, a NullPointerException is thrown at run time. D If the value is not present, nothing is done. Correct answer