what is difference between throw and throws in exception?
Answer Posted / sakariya vikram
through is user defind exception this is created by user and
throughs is a jvm(system) defined exception.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is java’s garbage collected heap?
What is append in java?
What are the application of stack?
What are disadvantages of java?
How do you write a conditional statement?
How do you write a good declaration?
What is use of arraylist in java?
What is the need of transient variables in Java ?
What are some characteristics of interference class?
If a method is declared as protected, where may the method be accessed in java programming?
What does indexof return in java?
Is java a super set of javascript?
What is fundamental datatype?
Can we override a variable in java?
Is main an identifier?