Standard interfaces and classes

Report a typo

Let's study some standard interfaces and abstract classes from the Java Class Library. Distribute the following by two columns: abstract class or interface.

When you solve this quiz, remember that sometimes abstract classes implement interfaces and interfaces extend other interfaces. It allows developers to create a more flexible and convenient design.

Choose one option for each row
abstract classinterface
java.lang.Number
java.io.Serializable
java.lang.CharSequence
java.lang.AbstractStringBuilder
java.util.Collection
java.util.AbstractCollection
___

Create a free account to access the full topic