what is the difference between ERROR and EXCEPTION?
Answer Posted / maheswarreddy
error is mistake which takes place in step wise execution of a program.exception is nothing but wat v can catch the error to solve it.
| Is This Answer Correct ? | 16 Yes | 7 No |
Post New Answer View All Answers
Why interface is used?
What is a class oop?
what are the different types of qualifier in java?
how to get the oracle certification? send me the answer
is there any choice in opting subjects like 4 out of 7
How to improve object oriented design skills?
2. Give the different notations for the class.\
What language is oop?
What is difference between inheritance and polymorphism?
What is the renewal class?
why reinterpret cast is considered dangerous?
What is polymorphism and why is it important?
How to hide the base class functionality in Inheritance?
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
write knight tour problem which is present in datastructure