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
What is an argument in java?
Are functions objects in java?
What is java volatile?
What one should take care of, while serializing the object?
Why is a string immutable?
Difference between throw and throws?
What is the char data type?
Difference between character constant and string constant in java ?
Can we declare a class as static?
Using callable statement how can you pass out parameters, explain with example?
What is an immutable class? How to create an immutable class?
Why local variables are stored in stack?
How do you initialize an arraylist in java?
What is the difference between the paint() and repaint() methods?
Is string a datatype?