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

JOIN US!! persons who hate JAVA!!

Name: Anonymous 2005-08-12 15:11

Seriously though, you gotta be into S&M if you decide to develop something in Java yourself and you'll be doing part of the job.

Name: Anonymous 2005-08-13 10:20

>> One of Java's (massively retarded) premises is that it won't modify objects like String, but rather, it'll destroy them and create a new one upon operations.

Actually no. It only looks that way from the programmer's perspective, but behind the scenes Strings are managed with a factory class. This is a Good Thing. Compare this to C strings: because C strings are null terminated instead of knowing their own length, repeated concatenations become quadratic because you have to keep searching for the null char at the end of an increasingly large string.

In conclusion, your comments are based on ignorance, a trait I have come to expect from people who use stupid words like "blOOat". Java has enough lossage without needing to make shit up.

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