

MCQOPTIONS
Saved Bookmarks
1. |
What is not the use of “this” keyword in Java? |
A. | Passing itself to another method |
B. | Calling another constructor in constructor chaining |
C. | Referring to the instance variable when local variable has the same name |
D. | Passing itself to method of the same class |
Answer» E. | |