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