Hello,
I am developing a database system and as part of a project I have been asked to look into fault tolerance.
From what I understand a fault tolerant program is a program that is not vulnerable to errors.
Any ideas how I can ensure that the program I am buiding is fault tolerant.
My guess is that if I use exeptions for every methods in my classes that will make my system fault tolerant?
Thanks