What is the purpose of ‘this’ keyword in java? September 18, 2023 In Java, ‘this’ keyword refers to current instance of the object. It is useful for differentiatin…