Why isn't reflection on the SCJP / OCJP?

Posted by Nick Rosencrantz on Programmers See other posts from Programmers or by Nick Rosencrantz
Published on 2012-05-29T10:18:47Z Indexed on 2012/06/04 4:47 UTC
Read the original article Hit count: 308

Filed under:
|
|

I read through Kathy Sierra's SCJP study guide and I will read it again more throughly to improve myself as a Java programmer and be able to take the certification either Java 6 or wait for the Java 7 exam (I'm already employed as Java developer so I'm in no hurry to take the exam.)

Now I wonder why reflection is not on the exam? The book it seems covers everything that should be on the exam and AFAIK reflection is at least as important as threads if not more used inpractice since many frameworks use reflection.

Do you know why reflection is not part of the SCJP?

Do you agree that it's at least important to know reflection as threads?

Thanks for any answer

© Programmers or respective owner

Related posts about java

Related posts about reflection