What is the difference between throw and throws?
Answers were Sorted based on User's Feedback
Answer / rajanani
'throw' is declare the exception and throws is defined the
exception
| Is This Answer Correct ? | 3 Yes | 7 No |
what is connection pooling with example?
What is thread pool in java with example?
Explain about narrowing conversion in java?
Name the package that always imported by default?
What is the main purpose of serialization in java?
Realized?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
What are the disadvantages of object oriented programming?
What is ‘is-a ‘ relationship in java?
What is the meaning of course?
Can a top level class be private or protected?
What is the purpose of stub and skeleton?