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
What is widening and narrowing in java? Discuss with an example.
Can we have multiple public classes in a java source file?
What is charat ()?
What are the important features of Java 9 release?
Why is flag used in java?
What are the differences between Java 1.0 and Java 2.0?
What is arraylist e?
What does int [] mean in java?
What access modifiers can be used for methods?
Why set is used in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How can an object be unreferenced?
What is the Concept of Encapsulation in OOPS
How do I start learning java?
what is synchronization and why is it important? : Java thread