What classes of exceptions, thrown by a throw statement?
Answer Posted / ravikiran
checked exceptions
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we print null in java?
Why we cannot override static method?
What is java’s garbage collected heap?
Explain about data types?
What is formatted output in java?
How is string immutable in java?
Is string passed by reference in java?
What are the major advantages of internal iteration over external iteration?
What are static initalizers in java ?
What is the reason behind using constructors and destructors?
What is a instance variable?
What do you mean by ternary operator in java?
How will you print number in reverse (descending) order in BST.
What is a treeset in java?
Write a program to print fibonacci series up to count 10.