DEVFYI - Developer Resource - FYI

What is literal

J2SE Interview Questions and Answers


(Continued from previous question...)

149. What is literal

The basic representation of any integer, floating point, or character value. For example, 3.0 is a double-precision floating point literal, and "a" is a character literal.

(Continued on next question...)

Other Interview Questions