How does apps and websites handle errors..???? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 4

How does apps and websites handle errors..????

When writing codes we sometimes experience bugs or errors,how does a real,published app handle such errors,does it completely shut down ⚠Not responding ⚠,or it overlooks such errors and moves on or must one be extremely careful not to include such errors. How does an app or website handle code errors or bugs.....????

23rd Sep 2020, 4:02 AM
Xavier Christian
Xavier Christian - avatar
1 Antwort
+ 3
Published apps are well tested to remove any mistakes but still contain error handling mechanisms like try...catch to handle unexpected errors.
23rd Sep 2020, 8:15 AM
Ben Meehan
Ben Meehan - avatar