1. Which is a valid declaration within an interface?
Ask Your Doubts Here
Comments
By: guest on 02 Jun 2017 01.25 am
(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.