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 |
Explain the difference between string, stringbuffer and stringbuilder in java?
Does constructor creates the object ?
What are 5 boolean operators?
What is the static block?
How to synchonise HashMap
In which language JVM (Java Virtual Machine) is implemented
What are mutable classes?
What modifiers are used with an inner class which is a member of an outerclass?
What if static is removed from main method?
Why do we declare a class static?
Why vector class is used?
How can you add and remove nodes in jtree?