Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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

Happiness is twin floppies.

Working...