Usage of "this" keyword

Is it neccessary to always use “this” keyword when working with instance variables ??

hey @magnus2001
You can use “this” keyword to avoid naming conflicts in the method/constructor of your instance/object.
It is better to always use this keyword
Java THIS Keyword