Name the runtime exceptions that occurs frequently?
Answer Posted / alok
AnnotationTypeMismatchException, ArithmeticException,
ArrayStoreException, BufferOverflowException,
BufferUnderflowException, CannotRedoException,
CannotUndoException, ClassCastException, CMMException,
ConcurrentModificationException, DOMException,
EmptyStackException, EnumConstantNotPresentException,
EventException, IllegalArgumentException,
IllegalMonitorStateException, IllegalPathStateException,
IllegalStateException, ImagingOpException,
IncompleteAnnotationException, IndexOutOfBoundsException,
JMRuntimeException, LSException,
MalformedParameterizedTypeException,
MissingResourceException, NegativeArraySizeException,
NoSuchElementException, NullPointerException,
ProfileDataException, ProviderException,
RasterFormatException, RejectedExecutionException,
SecurityException, SystemException,
TypeNotPresentException, UndeclaredThrowableException,
UnmodifiableSetException, UnsupportedOperationException
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are the elements of a gridbaglayout organized?
What is the benefit of inner classes in java?
What are static initalizers in java ?
What do you mean by local class?
What is the difference between heap and stack memory?
How do you add spaces in java?
Is oracle java 11 free?
What is rule of accessibility in java?
What are the two types of java?
What is the use of singleton class?
Tell me are there implementations for sorting and searching in the java libarary?
How do you escape json?
What is the advantage of preparedstatement over statement?
What is a bufferedreader?
Can we override compareto method?