I cleared OCPJP today with 95%.
Thanks to everyone in this forum.
Special thanks to Devaka for the awesome ExamLab and Bert & Kathy for all the K&B stuff - the book and the mock exams. (Btw, i was not able to access the Bonus master exam. Some error was coming when i was trying to download it)
What happens next?
I had read somewhere that I will be receiving an email from Oracle. How many days does that take?
Is there anything else that I should be looking forward to? When do we get the certificate?
overridding methods should not throw checked exceptions wider than the overridden methods.
here the exception thrown by the overridding method is the super-class of the exception thrown by the overrridden method.
this is not allowed.