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 Introduction to MIPS November 2, 2014 2D Arrays (MIPS) a brief explanation August 18, 2017 Tutorial 2 February 24, 2015