employer cover photo
employer logo
employer logo

Ericsson IT Solutions & Services

Est-ce votre entreprise ?

Question d’entretien chez Ericsson IT Solutions & Services

To explain how "string" works in Java.

Réponse à la question d'entretien

Utilisateur anonyme

28 août 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.