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 locale?
What are format specifiers in java?
What is break and continue statement?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What are the steps involved to write rmi based programs?
Explain different types of thread priorities ?
What are the different ways of implementing thread? Which one is more advantageous?
What is comparator in java?
Which collections are thread safe in java?
How do you classify Dialog Box?
Which is illegal identifier in java?
Is class is a data type?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Explain the difference between private, public, package and protected in java?
Difference between method overloading and overriding.