Q. At line number 2 in the following code, choose 3 valid data-type attributes/qualifiers among "final, static, native, public, private, abstract, protected"
public interface Status
{
/* insert qualifier here */ int MY_VALUE = 10;
}
β
Correct Answer: (D)
final, static, public