Q. Which of the following are true about interfaces. (Solved)
1. Methods declared in interfaces are implicitly private.
2. Variables declared in interfaces are implicitly public, static, and final.
3. An interface contains any number of method definitions.
4. The keyword implements indicate that an interface inherits from another.
- b. Variables declared in interfaces are implicitly public, static, and final.