Litmus Test for a Good Java Programmer
15 December 2009
No Comment
There are many certification and exams available in Java world which check if you have acquired enough competency in this technology. You may have taken may of those and cleared with high scores. But here is something which comes from my experience of Java developers around me. Ask these simple test questions to yourself and know if you really understand Java programming and can appreciate this technology.
- Can you write NullPointerException free Java code?
- Can you write ClassCastException free Java code?
If you are getting affirmative answers for both the questions, then you understand how does it all works.









Leave your response!