Question 11
Given a Memberclass with fields for nameand yearsMembership, including getters and setters and a print method, and a list of clubMembersmembers:
Which two Stream methods can be changed to use method references? (Choose two.)
Question 12
Given:
Which two changes need to be made to make this class compile? (Choose two.)
Question 13
Given this enum declaration:
Examine this code:
System.out.println(Alphabet.getFirstLetter());
What code should be written at line 3 to make this code print A?
Question 14
Given:
Which two lines cause compilation errors? (Choose two.)
Question 15
Given:
Which statement is true?
