mercredi 20 janvier 2016

for what input is this method going to crash

looking for possible inputs to make this method compile but crash at runtime.

Any suggestions?

public static void method1(Integer n)
{
    System.out.println(n.byteValue());
}

Aucun commentaire:

Enregistrer un commentaire