what is the difference between ERROR and EXCEPTION?

Answer Posted / vignesh

Errors can't be prevented. Stop execution abruptly.
Exceptions can be caught and solved.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of genetic polymorphism?

651


What is polymorphism give a real life example?

561


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1780


Why multiple inheritance is not allowed?

584


Why is oop useful?

602






What is polymorphism in oop example?

515


What are the components of marker interface?

602


What is polymorphism in oops?

558


What is the difference between encapsulation and polymorphism?

596


What is abstraction in oop with example?

646


what is difference between class template and template class?

2157


Why interface is used?

553


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1639


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

1541


Which is not an object oriented programming language?

544