employer cover photo
employer logo
employer logo

Ericsson IT Solutions & Services

Is this your company?

Ericsson IT Solutions & Services interview question

To explain how "string" works in Java.

Interview Answer

Anonymous

Aug 28, 2023

A "string" in Java is a sequence of characters, used to represent text. It's a class that provides various methods to manipulate and access characters within the sequence. Strings are immutable, meaning they cannot be changed after creation, which ensures their stability and reliability in programs.