Computer Science, asked by kartikeyv125, 8 months ago

Syntactic representation of constant values in Java programs:
O Keywords
O Identifiers
O Literals
O separators.​

Answers

Answered by SnowyPríncess
0

Answer:

Variables

Constants in Java. A constant is a variable which cannot have its value changed after declaration. ...

Syntax. modifier final dataType variableName = value; //global constant modifier static final dataType variableName = value; //constant within a class.

Answered by shravani476
0

Answer:

synaptic representation of constant value in java programms is seperator

Similar questions