MCQOPTIONS
Saved Bookmarks
| 1. |
WHAT_DOES_FOO.GETCLASS().GETMETHOD(‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ‚À´DOSOMETHING‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖŒÄ,_NULL)_RETURN??$# |
| A. | doSomething method instance |
| B. | Method is returned and we can call the method as method.invoke(foo,null); |
| C. | Class object |
| D. | Exception is thrown |
| Answer» C. Class object | |