Answer Posted / niranjanravi
it is used to throw the list of exceptions that a method
has to throw.
Syntax:
returntype methodname(list of args)throws
exception1,exception2{
body
}
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
List any five features of java?
How static variable work in java?
What is collection sort in java?
What is http client in java?
What are methods of a class?
What are adapter classes?
What is the vector class in java programming?
When is the arraystoreexception thrown?
Is list ordered in java?
What is the final keyword?
What is the use of coding?
Why synchronization is important?
What defines function?
Explain a situation where finally block will not be executed?
Why java is a platform independent? Explain