what is the difference between ERROR and EXCEPTION?
Answer Posted / amitdubey
Errors are the mistakes we make in our progra
ms which we come to know in compile time and exception are the eroors that takes place during runtime.
they can be handled by exception handling
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can you inherit a private class?
What does and I oop mean in text?
Why polymorphism is used in oops?
Can enum be null?
How Do you Code Composition and Aggregation in C++ ?
What is difference between data abstraction and encapsulation?
What is interface in oop?
What is encapsulation c#?
class type to basic type conversion
What is and I oop mean?
What are the 4 main oop principles?
Can we override main method?
Is html an oop?
What are the three main types of variables?
How does polymorphism work?