#Strings

String handling in Java.

2 notes tagged

Java

Strings in Java

String is an immutable object with a shared literal pool, and both facts explain how comparison, concatenation and performance behave.

Read more