ITT we post our opinions on which language is better at (performance || being object oriented || portability || whatever) and is the proper successor to C.
Name:
Anonymous2005-10-25 16:03
Java's Strings, AFAIK, are heavily optimised using flyweight programming. Even though it seems like you're creating new strings all the time, most of the time you're reusing old ones. In fact Java is exactly what I was thinking of when I wrote >>19