Multiple choice technology platforms and products What will happen to the Exception object after exception handling? It will go for Garbage Collector It remains in Stack It will not create any object Exception objects will not put load on JVM Reveal answer Fill a bubble to check yourself A Correct answer Explanation After an exception is handled and no references to the exception object remain, it becomes eligible for garbage collection like any other dereferenced Java object. It does not remain permanently on the stack.