> Online tutorial : Literals in java
Showing posts with label Literals in java. Show all posts
Showing posts with label Literals in java. Show all posts

Literals in java

Literals
A literal is the source code representation of a value of a primitive type (§4.2), the
String type or the null type :
Literal:

IntegerLiteral
FloatingPointLiteral
BooleanLiteral
CharacterLiteral
StringLiteral
NullLiteral