17. What is true of the finalize() method?
A. It may be called zero or one times.
B. It may be called zero or more times.
C. It will be called exactly once.
D. It may be called one or more times.
Finalize methodu arkadaşlar , bir nesne garbage collector(çöp toplayıcısı) tarafından toplanacağı zaman finalize methodu çağrılır ve method ya bir yada 0 defa çağrılır.Cevap A.