concept sequence in category java
appears as: sequence, sequence, sequences, A sequence

This is an excerpt from Manning's book Java SE 11 Programmer I Certification Guide MEAP V03.
Figure 5.6 shows a UML representation (class diagram on the left and object diagram on the right) of the class String and its object name, with only one relevant variable, value, which is an array of the type byte and is used to store the sequence of characters assigned to a String.

This is an excerpt from Manning's book JavaFX in Action.