Can we call methods using 'this' keyword in Java?
Ask by Hemant Patel
Updated 23 Sep 2020
Yes, we can use 'this' keyword to call methods in Java. We can also call current class and static methods by using 'this' keyword.