Page 1 of 1

OCFA : Java Foundations 1Z0-811 Exam Fundamentals Study Guide - Hanumant Deshmukh - Errata

Posted: Sat Oct 31, 2020 2:15 am
by admin
This thread is for reporting errors and feedback on Java Foundations 1Z0-811 Exam Fundamentals : Study Guide for Oracle Certified Foundations Associate, Java by Hanumant Deshmukh.

This exam was called Java Foundations Certified - Junior Associate Java Programmer earlier.

Check out the official exam page for details.

Re: OCFA : Java Foundations 1Z0-811 Exam Fundamentals Study Guide - Hanumant Deshmukh - Errata

Posted: Tue Nov 07, 2023 5:25 pm
by benlamb
p. 256 - CharSequence is not super class of String

also the Spambot filter code question for account registration is incorrect

what will this statement print?

boolean s = true+"4";

System.out.print(s);

This will not compile.

Re: OCFA : Java Foundations 1Z0-811 Exam Fundamentals Study Guide - Hanumant Deshmukh - Errata

Posted: Tue Nov 07, 2023 8:42 pm
by admin
You are right. It should say super type. String implements CharSequence.
Fixed the spambot.

thank you for your feedback!