what is the difference between ERROR and EXCEPTION?
Answer Posted / d.raji
Error: we can find it(Which error occured) when compliation.
Exception: we can't find it(Which error occured)when
compliation and also in running time
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the main feature of oop?
What is constructor in oop?
Which language is not a true object oriented programming language?
Why is object oriented programming so hard?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What does <> mean pseudocode?
Why is abstraction used?
What are the 3 pillars of oop?
What is a class and object?
what are the different types of qualifier in java?
What are constructors in oop?
What are the components of marker interface?
What is difference between abstraction and encapsulation?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What are two types of polymorphism?