What will happen when two methods have the same name, same parameters, and different return types?
The method will be successfully overloaded.
Runtime error.
The return type is ignored in method overloading.
Compilation error.