name a Java keyword that stores the address of the currently calling object
Answers
Answered by
5
Answer:
The void keyword, it allows us to create functions that either do not require any parameters or do not return a value.
Answered by
14
Answer:
The keyword is "this". Such as:
this.getName();
Explanation:
please mark as branliest
Similar questions