Question: Which statement is false regarding interfaces in Java? O All variables created in an interface must be public static final variables. o Interfaces are compiled

Which statement is false regarding interfaces in Java? O All variables created in an interface must be public static final variables. o Interfaces are compiled into.class files just like any other Java classes. O A subclass can inherit from multiple interfaces. O An interface can be instantiated only if it has at least one method fully implemented in the interface definition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
