are strings modifiable

Java
In Java, strings are not modifiable meaning that they are immutable.
Source

Also in Java: