✏️ 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
🟡 Medium
💡

Answer with Explanation

  1. void
  2. this