a. Keyword
b. Comment
c. Control Structure
d. Block
Answer:
b. Comment
Explanation
Comment can be used to explain Java code, and to make it more readable. It can also be used to prevent execution when testing alternative code. There are many types of comments, single-line comments, multi-line comments.