Q14 Single choice Mark for later When creating a custom ControlTag class, what needs to be done in the release()method? A notify the container component that the tag has been released B if the tag's value has changed, save the value to the page context C call super.release() and set all private member variables to null D No special action is needed as Java garbage collection takes care of all resources used by the tag. Correct answer