Name the runtime exceptions that occurs frequently?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikiran(aptech mumbai)
null pointer exception
classnotfoundexception
| Is This Answer Correct ? | 1 Yes | 0 No |
What is JVM ? use of JVM?
What happens if an exception is throws from an object's destructor?
What are constants and how to create constants in java?
What is anti pattern in programming?
How do you add an arraylist to an array in java?
can we overload main method?
Difference between the paint() and repaint() methods?
Which variables are stored in heap?
Where can I find data structures question and answers with comprehensive working code written in Java
What are advantages of using Java?s layout managers than windowing systems?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
What is hash code collision?