Answer Posted / ravikiran(aptech mumbai)
We cann't avoid a runtime exception it will be handled by
the jvm's default exception handler and print's the
particular stacktrace.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is deserialization?
Can we write any code after throw statement?
What is the purpose of an interface?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the differences between heap and stack memory in java? Explain
What is the difference between an array and an array list?
Can a class have an interface?
What is the main use of java?
What is class variable java?
What is difference between length and length() method in java ?
What is unmodifiable list in java?
what are the states associated in the thread? : Java thread
What is the original name of java?
Why do we need variables?
What are the advantages of arraylist over arrays?