I figured this would be the best suited place to post this since this isn't really language-specific...
So I'm wondering how a try/catch statement actually works (I know how to use them so that's not what I'm asking), like what happens on machine-level or runtime-level etc when a try/catch is trying to manage your code? How can your try-statement run a piece of code and find exceptions etc?...
I hope my question isn't too abstract