Prathima gaitonde wrote:1> Is "Enums" there on IZ0-803 Exam?
I took the OCAJP7 yesterday. I didn't encounter any question on enums. For the OCAJP7 you definitely don't need to know enums as it's not mentioned in the Exam Topics (as you mentioned). But as you know (or should know) Oracle can change these objectives at any given point. So it could become an exam topic in the (near) future.
The only thing you must know:
enum is a keyword, so it's illegal to use it as a name for an identifier (as
Java is case-sensitive
eNum and
Enum are allowed

)
Prathima gaitonde wrote:How many such topics are there on the exam which are not covered by these 2 books? Can any of the pupil who have attempted the exam guide me please!
Both books offer a very good coverage of all exam topics. But as already mentioned Oracle can change the exam topics whenever they want. But updating a book takes much longer than updating a software product. Enthuware does a great job incorporating comments made by their users who took the exam. So if anyone mentions getting a question about wrappers, then Enthuware will add a few questions on wrappers so you are fully prepared.
Prathima gaitonde wrote:What kind of questions did you get from wrapper? Which area from wrapper class should I study more?
On the exam I definitely had a few questions about wrappers. I can't discuss/mention any details, because that's against Oracle's policy. No question about
System.arraycopy() at all. The list with preparation topics of Sergej is more than enough to answer all questions on wrapper classes correctly.
Hope it helps!
Kind regards,
Roel