Page 1 of 1
About Question enthuware.ocpjp.v17.2.3664 :
Posted: Sat Dec 21, 2024 5:44 am
by raphaelzintec
it's amazing, it's OCA question but never seen it in OCA 8 mock exam
i feel like OCP is even higher level in OCA questions
is it normal?
Re: About Question enthuware.ocpjp.v17.2.3664 :
Posted: Sat Dec 21, 2024 7:23 am
by admin
There is no clear and precise boundary between OCA and OCP. Whatever is in OCA is always in scope for OCP.
Re: About Question enthuware.ocpjp.v17.2.3664 :
Posted: Mon Feb 10, 2025 4:23 am
by raphaelzintec
hello sir can you please confirm me the following
all Object class methods do not count ?
toString()
equals()
hashCode()
clone()
finalize()
getClass()
notify()
notifyAll()
wait()
Re: About Question enthuware.ocpjp.v17.2.3664 :
Posted: Mon Feb 10, 2025 8:46 am
by admin
Right, methods of the Object class do not count towards requirements of a functional interface.
Re: About Question enthuware.ocpjp.v17.2.3664 :
Posted: Tue Feb 11, 2025 11:57 am
by raphaelzintec
thank you