Hey everyone, I’m just starting to dive deeper into Java and one of the things that’s confusing me is how to properly catch and handle exceptions. I get the basic try / catch blocks, but I’m unsure when to use multiple catches, or whether it’s better to catch a general Exception or specific ones. Also, what do you do with exceptions after catching them — do you log, rethrow, or suppress them? I’d love some real examples or a guide that breaks down these patterns in a way a newbie can follow.