Java   View all facts   Glossary   Help
object > string
Next objectthread    Upobject    Previous objectinstance of wrapper class   

string comparison table
Subject have be not be is a kind of is a subtopic of is a synonym of consist of concatenate you has definition return allow see also
objectstate that is maintained in its variables distinct from every other object even if they contain the same datakbTopObjectsinstance  A piece of memory that holds data in instance variables and a pointer to its classits class using the getClass method  
stringzero-based indexingan array of characters like in C and C++an instance of the String classobjectVariables and Data Types a collection of charactersuse the + operator the number of characters it contains using the length() method as in:
stringName.length()
access to its characters using the charAt method as in:
stringName.charAt(index)
String class

Next objectthread    Upobject    Previous objectinstance of wrapper class