True/False 8
A final class can have instances.
You cannot create an instance of an abstract class using the new operator.
A final class can be extended.
An abstract class can be extended.
You can always successfully cast a subclass to a superclass.
You can always successfully cast a superclass to a subclass.
An interface can be a separate unit and can be compiled into a bytecode file.
The order in which modifiers appear before a class or a method is important.
Every class has a toString() method and an equals() method.
The instanceof operator is used to determine whether an object is an instance of a certain class.
Visited
times since 7 March 1999.