Java.lang.Character

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo | name = java.lang.Character | formattype = electronic | subcat = Data types | subcat2 = Java data types | subcat3 = | subcat...")
 
 
(One intermediate revision by one user not shown)
Line 23: Line 23:
  
 
'''java.lang.Character''' is the object-oriented version of the [[char (Java)|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.
 
'''java.lang.Character''' is the object-oriented version of the [[char (Java)|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.
 +
 +
== Links ==
 +
* [https://www.tutorialspoint.com/java/lang/java_lang_character.htm java.lang.Character documentation/tutorial]
  
 
[[Category:Symbolic data types]]
 
[[Category:Symbolic data types]]
 
[[Category:Enumerable data types]]
 
[[Category:Enumerable data types]]

Latest revision as of 00:15, 30 June 2019

File Format
Name java.lang.Character
Ontology


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.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox