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 overload the main() method?
What is the difference between abstract classes and interfaces?
What do you mean by append?
What is a protected class in java?
Is singleton class thread safe?
What language is pass by reference?
What is meant by main method?
Is age a discrete variable?
What is module with example?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is the meaning of find and replace?
5 Coding best practices you learned in java?
Can you extend singleton class?
What are the differences between this and super keyword?
Explain the importance of join() method in thread class?