Multiple Choice
Which of the following is false?
A) Method finalize does not take parameters and has return type void.
B) Memory leaks using Java are rare because of automatic garbage collection.
C) Objects are marked for garbage collection by method finalize.
D) The garbage collector reclaims unused memory.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: A final field should also be declared
Q18: Using public set methods helps provide data
Q19: BigDecimal gives you control over how values
Q20: The static method _ of class String
Q21: What happens when this is used in
Q23: When must a program explicitly use the
Q24: Which of the following is false?<br>A) A
Q25: When no access modifier is specified for
Q26: Which of the following class members should
Q27: Which statement is false?<br>A) The actual data