What is the difference between error and exception and
explain in simple words not whatever is given in the book.
Answer Posted / shridhar shelake
Errors are born during compile-time and which is detected
by programmer while Exceptions are born during Run-Time and
which is not detected by developer.
Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Why doesn't the java library use a randomized version of quicksort?
Why is multiple inheritance not supported in java?
How does finally block differ from finalize() method?
Why are variables important in research?
What is difference overloading and overriding?
What is the function of static in java?
Explain the public class modifier?
What is the difference between I ++ and ++ I in java?
What are three types of loops in java?
Does sprintf allocate memory?
What is the java virtual machine?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Can we overload destructor in java?
how can i use a nonsynchronized hashtable?
What is the differences between heap and stack memory in java? Explain