Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

Which of the following exceptions is not a sub-class of RuntimeException?

 
ArithmeticException
ArrayStoreException
SecurityException
ClassCastException

Reply


Please type your answer before submitting.
Submit

I have found one wrong answer

All the given options are sub-class of Runtime Exception. None of the answer could be correct. Check the oracle docs : https://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html

Classcastexception is a subclass of Runtime exception . Refer to https://docs.oracle.com/javase/7/docs/api/java/lang/ClassCastException.html