9

javac *.java
28 errors? Okay..

Oh I closed my class too early.
javac *.java
Okay, only 8 errors.

Oh I forgot to close my switch.
javac *.java
19 errors?!

I can see why some people don't like Java.. >.<

Comments
  • 5
    What, because you're bad at it?
  • 1
    Yeah, syntax errors are like a house that is on fire. While it's burning nobody cares that the carpet is dirty and the door bell is broken, only *one* error matters!
  • 0
    My program doesn't compile.

    I must join the hate train.

    Cho Cho Cho!

    Aa for help, always look at the first error. Go to that line. Carefully look at what you are doing wrong
Add Comment