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 |
How can you handle java exceptions?
what is the main class of all the classes
What does compareto () do in java?
How do you reverse a list?
If I only change the return type, does the method become overloaded?
What is difference between synchronize and concurrent collection in java?
can we override the main() method in java????
3 Answers Vimukti Technologies,
Who developed java?
Can we overload final method in java?
What is a marker interface?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
What is the superclass of exception?