Please enable JavaScript to use CodeHS

CodeHS Glossary


Concatenation Java

The process of adding two String values together. This creates a new String object. Primitives can be concatenated with String objects.