Which of the following statements are true about finalization?
Options
- A class may have only one finalize method
- Finalizers are mostly used with simple classes
- Finalizer overloading is not allowed
- a and c
CORRECT ANSWER : a and c
Write your comments