Chương trình sau in ra màn hình xâu nào? 01: public class Main{ 02: public static void main(String[] args) { 03: String names[] = {"John","Anna","Peter","Victor","David"}; 04: System.out.pri134/259Chương trình sau in ra màn hình xâu nào? 01: public class Main{ 02: public static void main(String[] args) { 03: String names[] = {"John","Anna","Peter","Victor","David"}; 04: System.out.println(names[2]); 05: } 06:} Chọn một Câu trả lờiCó lỗi biên dịch: use new keyword to create object PeterAnna VictorGiải thíchChọn đáp án B