Cho class như sau:java1: public interface Comparable { 2: int compareTo(Employee other);3: }4: class Main {5: x = new Comparable(Employee e); 6: System.out.print(x);7: }Chương trình trên sai
Giải thích
Chọn đáp án C (Lỗi cú pháp. Không thể khởi tạo một interface, và biến x chưa được khai báo kiểu dữ liệu)