Home / Questions / Name the Java keyword that: indicates that a method has no return type. stores the address of the currently-calling object.
Explanatory Question

Name the Java keyword that:

  1. indicates that a method has no return type.
  2. stores the address of the currently-calling object.

👁 119 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  1. void
  2. this