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 |
Can You Have Virtual Functions In Java?
Difference between prefix and postfix forms of the ++operator?
What is pre increment and post increment in java?
What is java command?
Why Java doesn’t support multiple inheritance?
What is the importance of main method in Java?
write a progam hashmap & hashtable?
What is aggregation?
What is the difference between && and & in java?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What is purpose of keyword void?
When should I use abstract classes and when should I use interfaces?