About Question enthuware.ocpjp.v17.2.3698 :
Posted: Wed Dec 07, 2022 12:00 pm
I believe there's one compilation error on the bellow option:
Code: Select all
record Student(int id, String... subjects) implements java.io.Serializable{
public static final String serialVersionUID = 0; // error: incompatible types: int cannot be converted to String
}