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 stringbuffer and stringbuilder?
Explain the difference between hashmap and hashtable in java?
What is the role of the java.rmi.naming class?
Java.util.regex consists of which classes?
Can you call one constructor from another if a class has multiple constructors?
Are functions objects in java?
What are thread local variables?
Describe what happens when an object is created in java ?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is passing parameters in java?
How many types of memory areas are allocated by JVM in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is singleton class in java and how can we make a class singleton?
What is jit and its use?
what is the swingutilities.invokelater(runnable) method for? : Java thread