eh3rrera / ocpj8-book

Study guide for the Oracle Certified Professional, Java SE 8 Programmer Exam (1Z0-809)
Other
129 stars 90 forks source link

Chapter 4 - Interfaces #34

Closed dpanjabi closed 7 years ago

dpanjabi commented 7 years ago

"You can't create an interface directly, it has to be implemented by a class to use it."

should be replaced with

"You can't instantiate an interface directly, it has to be implemented by a class to use it."

eh3rrera commented 7 years ago

You're right, the correct word is instantiate.

It's fixed now: http://ocpj8.javastudyguide.com/ch04.html

Thanks a lot