What is a string? Explain and give an example.
Utilisateur anonyme
Widely used in Java programming, a string is a sequence of characters. Strings are treated as objects in Java. The Java platform provides the string class to create and manipulate strings.