can u handle an error if u write Thowable in the catch
class lise
try
{
some errorneous code
}catch(Throwable e){ ...}
Answer Posted / manju kt
No u cant because u cannot compile classes with errors
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is the difference between replace and replace all?
Name container classes in java programming?
Explain when classnotfoundexception will be raised ?
What is the byte order of byte buffer?
Can an integer be null java?
How to compare two strings in java program?
What is an interface in java? Explain
What is the reflection?
What is stream api in java8?
Mention some features of java?
I don’t want my class to be inherited by any other class. What should I do?
Explain constructors and types of constructors in java.
What is the difference between notify and notifyall method?
How will you call an Applet using Java Script Function?
What is listnode in java?