D.7 Literal

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         false NullLiteral:         null Literal:         IntegerLiteral         FloatingPointLiteral         BooleanLiteral         CharacterLiteral         StringLiteral         NullLiteral


Java Data Objects
ADO.NET Programming with CDR (Wordware programming library)
ISBN: 596002769
EAN: 2147483647
Year: 2005
Pages: 159

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net