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
Explain about complier design(phases)
What is function overriding and overloading in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
How do you identify if jvm is 32-bit or 64-bit from java program?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Program to Find the second largest element in an array.
How do you write a scanner class in java?
What is an class?
What are the access modifiers in java?
What is thread safe singleton?
How do you remove spaces in java?
Do I need to import java.lang package any time? Why?
Which java ide is used the most?