Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is encapsulation with real life example?

975


• What are the desirable attributes for memory managment?

2165


what is the drawback of classical methods in oops?

3315


when to use 'mutable' keyword and when to use 'const cast' in c++

2107


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

2222


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!!!)

2040


What is the real time example of encapsulation?

1007


What is the purpose of polymorphism?

1082


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

2259


What is abstract class in oop?

948


What is the problem with multiple inheritance?

1094


What is abstraction in oops with example?

1214


What is the use of oops?

993


Why is encapsulation used?

947


What are main features of oop?

1079