

MCQOPTIONS
Saved Bookmarks
1. |
If an object is passed by value _____________ |
A. | A new copy of object is created implicitly |
B. | The object itself is used |
C. | Address of the object is passed |
D. | A new object is created with new random values |
Answer» B. The object itself is used | |