MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the below Java program using toString() method? |
| A. | Printing Object= |
| B. | Printing Object=null |
| C. | Printing Object=College Object |
| D. | Compiler error |
| Answer» D. Compiler error | |