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
Can we override final method?
Explain about sets?
What is private public protected in java?
Why volatile is used in java?
What is use of functional interface in java 8? Explain
What is a singleton class? Give a practical example of its usage.
Define reflection.
How to avoid memory leak in java?
What does singleton class mean?
What do you mean by byte code?
What is tree node in java?
What are basic data types?
What is lifetime variable?
What is the final blank variable?
What are the differences between processes and threads?