Given: Which five methods, inserted independently at line 5, will compile?()
Given: Which code, inserted at line 4, guarantees that this program will output [1, 2]?()
Given: Which two can be results?()
Given 11.public interface Status { 12./* insert code here */ int MY_VALUE = 10; 13.} Which three are valid on line 12?()