How many types of exception can occur in a java program?
Answer / Gul Mohammad
In Java, there are two categories of exceptions: checked exceptions (such as IOException, SQLException) that must be handled by the code, and unchecked exceptions (such as RuntimeException and Error) which do not need to be caught.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of design patterns are there?
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
How to create a custom exception?
What is the string function?
Does java have a compiler?
Which containers may have a MenuBar?
What is meant by throwing an Exception?
What does += mean in java?
Can a class inherit the constructors of its superclass?
Can you run the product development on all operating systems ?
What is immutable in java?
Can we assign the reference to this variable?