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 parsing in grammar?
What is logical variable?
How can you generate random numbers in java?
Why packages are used?
What types of index data structures can you have in java?
What’s the difference between constructors and other methods?
Can we sort array in java?
Which method must be implemented by all threads?
What is java and its types?
What are multiple inheritances?
Is map ordered in java?
What is a final class ?
Can you call a method in a method?
Can we create constructor in abstract class ?
What is quick sort in java?