What type of variable can be defined in an interface?
(a) public static
(b) private final
(c) public final
(d) static final
This question was addressed to me during an interview for a job.
Asked question is from Interfaces in section Interfaces & Packages of Java