What is meant by throwing an Exception?
Answer Posted / akbar
Throwing exception means preventing the code from
exceptiion handling mechanism so that at Runtime system
throwing exception.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what do you mean by classloader?
What modifiers are allowed for methods in an interface?
Is empty string in java?
difference between byte stream class and character stream class?
Why map is used in java?
Does java allow overriding static methods ?
Why is stringbuffer thread safe?
What are the different http methods?
What is Hierarchy of exception?
Do I need java on my computer?
When will we use them?
Can we pass a primitive type by reference in java? How
List the three steps for creating an object for a class?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is the difference between ArrayList and Vector? which one is better in Java