eh3rrera / ocpj8-book

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

Chapter 30 - Question 3 - Invalid constructor #51

Closed Rick84 closed 6 years ago

Rick84 commented 6 years ago

Question 3 in chapter 30 tries to create a new ResourceBundle using a constructor that doesn't exist (in fact, ResourceBundle is abstract).

eh3rrera commented 6 years ago

You're right, I changed it to ResourceBundle.getBundle("MyBundle").

Thanks again!