Yes, through method overloading. Frame the concept in practical terms so you can explain it during interview discussion.
Java allows methods with the same name but different parameters within a class, known as method overloading. This is useful for defining similar operations with different inputs. For instance, a 'calculateTotal' method might accept different combinations of discounts and tax rates.