different between exception and error? explaim check and
uncheck exception
Answer Posted / nitin jain
Checked exceptions check at the time of compile the program
where unchecked exception check at runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you get length in java?
What is variable and rules of variable?
Can list be final in java?
Why is it called a string?
What is the integer of 16?
Which api is provided by java for operations on set of objects?
What is the difference between Java and C++?
Does A Class Inherit The Constructors Of Its Superclass?
What are the differences between processes and threads?
Can a class declared as private be accessed outside it’s package?
Can one thread block the other thread?
How does regex work?
Is void a wrapper class?
Is array passed by reference in java?
What is the generic class?