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 are the different types of java?
What is bubble sort in java?
What lambda means?
What is the relationship difference the canvas class and the graphics class?
How many classes can any class inherit java?
How many bytes is a string java?
Is nan false?
What do you mean by light weight and heavy weight components?
Can an interface be defined inside a class?
What do you understand by the term singleton?
Which access specifier can be used with class ?
Which method returns the length of a string?
What are the disadvantages of object oriented programming?
What is the difference between yielding and sleeping in java programming?
How do you check if a character in a string is a digit or letter?