What is the difference between throw and throws?
Answer Posted / nashiinformaticssolutions
C++ only has throw. throws is used in Java for declaring exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is == mean?
What is meant by distributed application? Why are we using that in our application?
What is hashmap and map?
How many bits is size_t?
What is the difference between throw and throws in java?
What is the difference between array and array list in java?
What is bom encoding?
How do you sort a string in java?
What is the abstraction?
Can a static member function access member variable of an object?
Explain about oops concepts.
What is the impact of declaring a method as final?
What is difference between == equals () and compareto () method?
What is a parameter example?
What is autoboxing in java?