ethicalhacker
Well-known member
If all codes are put into try catch blocks will the program be free from runtime errors crashing the application or hanging the computer?
Users are of many kinds they may enter a character in a number field or many such other things can occur that can give runtime errors or exceptions. The pc may hang or data may be lost or a nasty windows error dialog may be shown. So will putting all code in try catch blocks will do any good?
Users are of many kinds they may enter a character in a number field or many such other things can occur that can give runtime errors or exceptions. The pc may hang or data may be lost or a nasty windows error dialog may be shown. So will putting all code in try catch blocks will do any good?