What is the difference between throw and throws?
Answer Posted / rajanani
'throw' is declare the exception and throws is defined the
exception
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is use of super keyword in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
What's a method in programming?
What is use of valueof () in java?
Differece between class and generic class?
What are instance variables?
What are void methods?
What is an example of a constant variable?
What do you mean by local variable and instance variable?
What are loops in java?
What is the default value of byte datatype in java?
Explain java code for recursive solution's base case?
Is math an abstract class in java?
What is the difference between dom and sax parser in java?
what is comparable and comparator interface?