A

Admin • 828.70K Points
Coach

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;
}

  • (A) final, native, private
  • (B) final, static, protected
  • (C) final, private, abstract
  • (D) final, static, public
  • Correct Answer - Option(D)
  • Views: 10
  • Filed under category Java
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.