In Java programming sum(5,6) will call for which of these functions in a class sum(double a, int b) or sum(int a, int b) ?
In Java programming sum(5,6) will call for which of these functions in a class sum(double a, int b) or sum(int a, int b) ?
Read less