Computer Science, asked by rahul551071, 8 months ago

name a Java keyword that stores the address of the currently calling object​

Answers

Answered by kanishkajain739
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 lochuvai
14

Answer:

The keyword is "this". Such as:

this.getName();

Explanation:

please mark as branliest

Similar questions