What classes of exceptions, thrown by a throw statement?
Answers were Sorted based on User's Feedback
Syntax for throw is:
throw throwableinstance;
Here the throwableinstance must be an object of type
Throwable or sub-class of Throwable.Simple types such as
int or char as well as non-Throwable types such as String
or object can't be assigned to throw.
| Is This Answer Correct ? | 1 Yes | 0 No |
Name component subclasses that support painting in java programming?
where the static methods will live ,on stack ? can you explain brefly
What is the use of flag?
What is empty string literal in java?
What is a numeric string?
What is better- service oriented or batch oriented solutions?
Can we iterate through collection using for loop?
Why are the objects immutable in java?
What is static import in java?
How large is a boolean?
Default layout of panel and frame?
What are the Class Libraries ?