Java View all facts Glossary Help |
object > string |
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
object | state that is maintained in its variables | distinct from every other object even if they contain the same data | kbTop | Objects | instance | A piece of memory that holds data in instance variables and a pointer to its class | its class using the getClass method | |||||
string | zero-based indexing | an array of characters like in C and C++ | an instance of the String class | object | Variables and Data Types | a collection of characters | use 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 object: thread Up: object Previous object: instance of wrapper class