Definitions for "Char" Add To Word List
Login or Register  | Word Lists | Search History

Primitive data type representing one Unicode character, or two bytes.
Helpful?           0
a Java character, which is basically UCS-2.
Helpful?           0
The Java primitive representing a two byte Unicode character.
Helpful?           0
A Java keyword used to declare a variable of type character.
Helpful?           0
A primitive Java data type; a variable of type char holds a single 16-bit Unicode character.
Helpful?           0
defines a variable of type character. Back
Helpful?           0
Data type used to store fixed-length character data char value can contain up to 2000 bytes of data. If you insert a value shorter than the specified length, Oracle will blank-pad the value. If you insert a value that is too long, Oracle will return an error. Also see VARCHAR2.
Helpful?           0