what is the difference between ERROR and EXCEPTION?

Answer Posted / prashant kalmodiya

ERROR : Occurs at complile time

EXCEPTION : Occurs at runtime

Is This Answer Correct ?    51 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do pointers exist?

659


What is purpose of inheritance?

645


what are the different types of qualifier in java?

1842


What are properties in oop?

609


What does sksksk mean in text slang?

1537






What is the purpose of polymorphism?

679


What is the types of inheritance?

604


What is encapsulation in ict?

608


What is the full form of oops?

609


Which language is not a true object oriented programming language?

642


How do you use inheritance in unity?

590


What is a function in oop?

631


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

699


Why do we use oop?

605


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