Choose the two correct answers:
int i = 42; Is a variable of type value
int i = 42; Is a reference type variable
int[] tab = {8,9,10}; Is a reference type variable
int[] tab = {8,9,10}; Is a variable of type value