What is the difference between throw and throws?
Answer Posted / anjna garg
throw is always use in catch eeception and throws is not
use in catch exception
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How finally used under exception handling?
What is break and continue statement?
Can you have two constructors in java?
What is a control variable example?
What are the topics in core java?
What is array list in java?
What is main string [] args?
what is meant by Garbage collection?
What is sorting algorithm in java?
How to change the priority of thread or how to set priority of thread?
What is class forname?
What does n mean?
Can you run java program without main method?
What is set and get methods in java?
What do you mean by global variable?