Phone: +91 80884989467 Email: [email protected]
Follow us

Which is a valid declaration within an interface?






Explanation

(A) is valid interface declarations.

(B) and (C) are incorrect because interface variables cannot be either protected or transient. (D) is incorrect because interface methods cannot be final or static.