Answer Posted / pranab garai
Exceptions are also kind of errors which we can hadle at
both compile time and run time by using try and catch
blocks.
These are two types: Compile time and runtime.
Sql and IO operations are come under compile time array
index out of bounds and null pointer these are come under
runtime exceptions
Errors are the problems which we cant hadle, like stack
overflow and memory out of bounds like that...
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between stringbuffer and stringbuilder class?
What is difference between identifier and variable?
Can you override static methods?
Is stringwriter thread safe?
Can we have try without catch block?
What is the inheritance?
Explain the use of volatile field modifier?
Which is easier netbeans or eclipse?
What is ide with example?
How to set the permissions to a file in java?
Explain about field hiding in java?
What is the internal implementation of set in java?
Explain the JDB in depth & command line.
What is the difference between jdk and jre?
which pattern is default in scanner package?