0 / 60 seg.

¿Qué hace el siguiente método en Java?

public static int sum(int a, int b) {
    return a + b;
}