Question: 16
(Choose 1 answer)
What is the purpose of the "this" keyword in Java?
A. It refers to the current class
B. It refers to the current object
C. It refers to the superclass
D. It refers to the subclass
E. It initializes a variable
F. It denotes a static method