Java   View all facts   Glossary   Help
specification > class > collection class > String class
Next collection classVector class    Upcollection class, final class    Previous collection classLinkedList   

String class comparison table
Subject is an instance of is a subtopic of see also have purpose is a kind of specify you use use have has definition be
collection class Collections working with collections of objectsclass an implements clause to declare that it contains methods for each of the operations specified by the interfaceiterator method for doing something with every member of the collection the unit of data abstraction in an object-oriented program
final class Classes to increase system security by preventing system subversionclassthe keyword final before the keyword class in the class declarationan implements clause to declare that it contains methods for each of the operations specified by the interfacea subclass or the compiler will display an error messageA class that cannot have subclassesabstract
String classfinal classVariables and Data Typesstringto increase system security by preventing system subversion the keyword final before the keyword class in the class declarationzero-based indexingspecification abstract

Next collection classVector class    Upcollection class, final class    Previous collection classLinkedList