MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following allows the programmer to destroy an object x? (Java) |
| A. | x.delete() |
| B. | x.finalize() |
| C. | Runtime.getRuntime().gc() |
| D. | Only the garbage collection system can destroy an object. |
| Answer» E. | |