Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > module > Java module > Java class > Java collection class > String |
| String comparison table | ||||
| Subject | is a kind of | consist of | is an instance of | use |
|---|---|---|---|---|
| Java collection class | Java class | iterator methods for doing something with every member of the collection | ||
| String | a collection of characters | Java collection class | zero-based indexing |
Next Java collection class: Vector Up: Java collection class Previous Java collection class: LinkedList