what is the difference between ERROR and EXCEPTION?
Answer Posted / harsh.chiks
>>ERROR-It occurs at compile time,it just stops the
execution of a program
EXCEPTION-IT occurs at run time,we can handle them by
exception handling.It doesn't abrupt the program execution
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
How do you achieve runtime polymorphism?
Is enum a class?
Can we create object of abstract class?
can we make game by using c
What are oops functions?
What is encapsulation and abstraction? How are they implemented in C++?
Why do we use polymorphism?
• What are the desirable attributes for memory managment?
What is difference between data abstraction and encapsulation?
What is overriding vs overloading?
What is multilevel inheritance explain with example?
Can you inherit a private class?
Why is abstraction needed?
What is property in oops?