By bloid
via blogs.sun.com
Submitted: Sep 06 2008 / 05:55
In a method call, it can be convenient to label the actual parameters according to the method's formal parameter names. For example, the method void m(int x, int y) {} could be called as m(x:4, y:5). This is especially worthwhile in two cases
Add your comment