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 |
Does list maintain insertion order java?
What is hashing principle in java?
what is use of session tracking ?with example?
real time example for deadlock,starvation,livelock
Explain the relationship between the Canvas and Graphics class?
What is a file pointer?
Explain aggregation in java?
Explain about member inner classes?
How core java/j2ee project performance can be measured ?
What are byte codes?
Features of Java?
What is JAVA? Why it is platform independent?