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 does || mean in vectors?
What is the purpose of the strictfp keyword?
What do you understand by the bean persistent property?
What is the purpose of a parameter?
What is ordered map in java?
Can we have any other return type than void for main method?
What data type is true or false?
List some important features of java 10 release?
What do you understand by casting in java language?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is the purpose of static keyword in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is the difference between array and array list in java?
What are the characteristics of Final,Finally and Finalize keywords.
Difference between string s= new string (); and string s = "abv";?