Please enable JavaScript to use CodeHS

CodeHS Glossary


Implicit Conversion Java

The automatic process of transforming a variables data type. This occurs when a primitive and String object are concatenated by changing the primitive value to a String object type.