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

4 years after, I still don't understand!

Name: Anonymous 2011-09-03 14:22

Why does everyone hate Java so much?

To me it seems like it's got it's strengths and weakness like any other language.

I'm aware of it's weakness but I don't think that the amount of hatred upon the whole language is justified.

Name: Anonymous 2011-09-04 7:16

>>35
public class Main {
        public static void main(String[] args) {
                int a = convert(0xFFFFFFFF);
                int b = convert(5);
                if(b < a) {
                        System.out.println("magic!");
                }
        }
        private static int convert(int x) {
                if(x >= 0) return x - 0x80000000;
                else return (0x80000000 - (~x + 1));
        }
}

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