Java.lang.Character
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo | name = java.lang.Character | formattype = electronic | subcat = Data types | subcat2 = Java data types | subcat3 = | subcat...") |
Revision as of 00:09, 30 June 2019
java.lang.Character is the object-oriented version of the char data type in Java, containing a value of this type (16 bits, intended for representation of a UCS2 character, or perhaps half of one using surrogate pairs) encapsulated as an object so that its various methods are available for operating on this data.