Quiz 1 Java review Beginners Post author:SmartVania Post published:December 1, 2015 Post category:Programming Java editions are: A) EE, SE, ME B) TE,KE,SE C) RE, EE, ME D) None of the above The word void tells the computer... A) That when the display method is called, the display method doesn't return anything to the place where it was called B) That it will return a void type value C) that it the method can be modified by a child class D) that the name of the method is going to has to be before a parenthesis When you create an enum type two important things happen: A) You create values, you create variables to refer to those values B) You create a class called enum, you refer to an object of the type class enum C) you use it as a hash map, and you create a function D) You waste time, you concentrate You Might Also Like How to reverse a list recursively in Racket February 25, 2015 Code Request August 27, 2017 Printing a character February 24, 2015