---
title: "Can we call methods using 'this' keyword in Java?"  
description: "Can we call methods using 'this' keyword in Java?"  
author: "Hemant Patel"  
published: 2017-12-26  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/23343/can-we-call-methods-using-this-keyword-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Can we call methods using 'this' keyword in Java?

Yes, we can use 'this' keyword to call methods in Java. We can also call current class and static methods by using 'this' keyword.

## Answers

### Answer by Hemant Patel

Yes, we can use 'this' keyword to call methods in Java. We can also call current class and static methods by using 'this' keyword.


---

Original Source: https://www.mindstick.com/interview/23343/can-we-call-methods-using-this-keyword-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
