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 difference between Exception and Error?

Answers were Sorted based on User's Feedback



what is difference between Exception and Error?..

Answer / steffy

ERROR:
Erroor will be occur in compile time.
EXCEPTION:
Exception will occured in running time.

Is This Answer Correct ?    2 Yes 7 No

what is difference between Exception and Error?..

Answer / milan kumar

Exception means abnormal condition which is occur in our
code during program execution.
but error means it can't handle by the system.for
example,thread dead,out of memory,overflow.

Is This Answer Correct ?    7 Yes 14 No

what is difference between Exception and Error?..

Answer / ved

Errors are the abnormal conditions which can not be handled
by your program and the program will immediately interrupt
while exceptions are those abnormal conditions which your
program can handle with the techniques of error handling.
Errors can not be handled and will stop uour program...

Is This Answer Correct ?    1 Yes 8 No

what is difference between Exception and Error?..

Answer / ankur bhargav

exception mins run time
error mins your logical error in you programming

Is This Answer Correct ?    2 Yes 12 No

what is difference between Exception and Error?..

Answer / salman khan

the spellings of both r different

Is This Answer Correct ?    13 Yes 25 No

what is difference between Exception and Error?..

Answer / vinay

Exceptions can be system defined or CAN BE USER DEFINED
(means user can enforce exceptins) whereas run time errors
are thrown by system only.

Is This Answer Correct ?    13 Yes 30 No

Post New Answer

More Core Java Interview Questions

Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

0 Answers   HCL,


What is the difference between Grid and Gridbaglayout?

0 Answers  


What is the difference between an array and an array list?

0 Answers  


What is java in simple terms?

0 Answers  


How do you implement singleton class?

0 Answers  


garbate collector(GC)?

4 Answers  


If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 Answers  


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

0 Answers  


What is variable length arguments in java?

0 Answers  


What is a vector in java?

0 Answers  


Can set contain duplicates?

0 Answers  


Where are local variables stored?

0 Answers  


Categories