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
Can we declare a class as abstract without having any abstract method?
How do you implement tree mirroring in java?
Explain about fail fast iterators in java?
What is difference between classpath and path variables in java?
Explain about transient variables in java?
Explain covariant method overriding in java.
How do you pass by reference?
Why string is not thread safe?
What about anonymous inner classes in java?
Where and how can you use a private constructor?
Is ++ operator thread-safe in java?
What is super constructor?
What is abstract class? Explain
How can we break singleton in java?
What are peerless components?