Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

java switch

Name: Anonymous 2011-10-20 11:32

Why does java not allow String objects to be used in the switch/case statements? Couldn't the compile invoke hashcode() on those strings thus producing a unique integer value to represent the constant in the cases?

Name: Anonymous 2011-10-20 14:18

>>1
When you hash a String in Java it doesn't always return unique values, two different strings might return the same value.

>>13
You can do object oriented programming in ANSI-C.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List