What is the difference between throw and throws?
Answer Posted / sushma
'throw' exception is thrown manually and 'throws' exception
is thrown predefindly.
| Is This Answer Correct ? | 23 Yes | 9 No |
Post New Answer View All Answers
What are the benefits of operations?
Does treeset allow null in java?
What is methodological framework?
how its run?
What does jenkins do?
Is hashset ordered java?
What is a Hash Table? What are the advantages of using a hash table?
Why singleton pattern is better than creating singleton class with static instance?
What are extraneous variables examples?
what do you understand by the term string with respect to java?
Can a constructor call the constructor of parent class?
Explain access modifiers in java.
Why object class is super class for every class in java?
Write a program to print count of empty strings in java 8?
Can you explain the private protected field modifier?