Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:ack-nak (Score 1) 80

javac references imported classes from the .class(es) rather than, say, a plaintext header file. Java bytecode doesn't typically preserve parameter names*. Hence the only information the compiler sees for Color is a constructor with 4 int parameters.

* (apparently if you compile with the -g option, for debugging, that info is preserved. Or with -parameters with Java 8)

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...