Saturday, September 18, 2010

Strings in Java, php and C++

Strings in C++ are mutable
Strings in php are also mutable
Strings in Java are immutable, but there is a string builder class
to make string building in mutable fashion.

No comments:

Post a Comment