what is difference between throw and throws in exception?
Answer Posted / pasupathi
throw is used to handle user defined Exception where as throws is used ti handle Predefined exceptions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is a Presistent Object?
How do you implement polymorphism in our day to day life?
What are the access modifiers available in java?
What is thread safe in java?
What does snprintf return?
Is node a data type in java?
Can we make the abstract methods static in java?
How do you sort a string in alphabetical order in java?
Explain about assignment statement?
What is the difference between a synchronized method and a synchronized block?
Can we overload the main() method?
What is the difference between final, finally and finalize() in java?
What is a string token?
Which java ide is used the most?