Name the runtime exceptions that occurs frequently?

Answers were Sorted based on User's Feedback



Name the runtime exceptions that occurs frequently?..

Answer / madhusudhana

NullPointerException

Is This Answer Correct ?    4 Yes 0 No

Name the runtime exceptions that occurs frequently?..

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

Name the runtime exceptions that occurs frequently?..

Answer / niranjanravi

ArithmeticException,FileNotFoundException

Is This Answer Correct ?    2 Yes 1 No

Name the runtime exceptions that occurs frequently?..

Answer / ravikiran(aptech mumbai)

null pointer exception
classnotfoundexception

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

How can you handle java exceptions?

0 Answers  


what is the main class of all the classes

5 Answers   Photon,


What does compareto () do in java?

0 Answers  


How do you reverse a list?

0 Answers  


If I only change the return type, does the method become overloaded?

0 Answers  


What is difference between synchronize and concurrent collection in java?

0 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


Who developed java?

0 Answers  


Can we overload final method in java?

0 Answers  


What is a marker interface?

1 Answers  


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).

3 Answers  


What is the superclass of exception?

3 Answers  


Categories