Review (Self Test 1.4)

Determine if the following statement is true.

You can instantiate an interface by placing the new operator before the interface name.
True
False
Determine if the following statement is true.
 
Variables in an interface will be public static final whether you use the modifiers explicitly or not.
True
False
Determine if the following statement is true.
 
A class can extend a class and implement multiple interfaces at the same time.
True
False
Determine if the following statement is true.  
 
An interface can inherit other interfaces using the extends keyword.
 
True
False
Determine if the following statement is true.  

You can cast an object to an interface and then call the interface’s methods.

True
False
Determine if the following statement is true.  
 
You can have a mix of methods with body and abstract methods in an interface.
True
False
{"name":"Review (Self Test 1.4)", "url":"https://www.quiz-maker.com/QJSY3UR","txt":"Determine if the following statement is true. You can instantiate an interface by placing the new operator before the interface name., Determine if the following statement is true.   Variables in an interface will be public static final whether you use the modifiers explicitly or not., Determine if the following statement is true.   A class can extend a class and implement multiple interfaces at the same time.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker