[HD Pg 294, Sec. 10.4.0 - exceptions-thrown-by-application-programmerexceptions-thrown-by-programmer]

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
OCAJO1
Posts: 221
Joined: Mon Nov 26, 2018 2:43 pm
Contact:

[HD Pg 294, Sec. 10.4.0 - exceptions-thrown-by-application-programmerexceptions-thrown-by-programmer]

Post by OCAJO1 »

For the if statement to do what it was intended,

if(datatype != 1 || datatype != 2)

should be changed to

if(datatype != 1 && datatype != 2)

admin
Site Admin
Posts: 10036
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: [HD Pg 294, Sec. 10.4.0 - exceptions-thrown-by-application-programmerexceptions-thrown-by-programmer]

Post by admin »

Right. Added to errata.

thank you for your feedback!
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 54 guests