What allows the programmer to destroy an object x ? June 6, 2022 by admin โช Choose the correct option.What allows the programmer to destroy an object x ?A. x.delete()B. x.finalize()C. Runtime.getRuntime().gc()D. Only the garbage collection system can destroy an object. Submit Answer