April 2003
Beginner to intermediate
380 pages
12h 25m
English
A literal is the source-code representation of a value of a
primitive, String, or null. The Java Language Specification defines
the lexical structure used for IntegerLiterals,
FloatingPointLiterals,
CharacterLiterals, and
StringLiterals:
IntegerLiteral: see Java Language Specification...FloatingPointLiteral: see Java Language Specification...CharacterLiteral: see Java Language Specification...StringLiteral: see Java Language Specification...BooleanLiteral: true falseNullLiteral: nullLiteral:IntegerLiteralFloatingPointLiteralBooleanLiteralCharacterLiteralStringLiteralNullLiteral
Read now
Unlock full access