Given:What is the result?
Given the code fragment:List<Integer> list = List.of(11,12,13,12,13);Which statement causes a compile time error?
Given:andWhich two are valid usages of the annotation? (Choose two.)
Given:and the code fragment:Which three code fragments, at line n1, prints SPRING? (Choose three.)
Given:Which two lines of code when inserted in line 1 correctly modifies instance variables? (Choose two.)
Given:What is the result?