Answer Posted / haribabu kommi
Exceptions are three types
1.Runtime exceptions(un checked exceptions)
2.checked exceptions.
3.Error
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
Differentiate between nested and inner class in java.
Is an integer an object?
What are the parts of a method?
What is callable java?
How do you use compareto method?
What is the purpose of object oriented programming?
What do you mean by platform independence? What is an interface?
What is an example of character?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Explain throw keyword in java?
What is the difference between the font and fontmetrics classes in java programming?
Write code to implement bubble sort in java?
How many types of keywords are there?
What are the rules for variable declaration?
What is static data type in java?