Function Overloading in Java occurs when there are functions having the same name but have different numbers of parameters passed to it , which can be different in data like int, double, float and used to return different values are computed inside the respective overloaded method.