Which of the following are accurate descriptions of differences between Java classes and interfaces, according to the lessons in this module? A) A Java interface provides a subset of the features provided by a Java class.
B) A Java interface cannot be instantiated directly, whereas a class can.