ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following is a Literal Representation?
Correct Answer: A — 100
A constant value in Java is created by using a 'Literal Representation' of it. Integer Literals are not enclosed in quotes where as String Literals are enclosed in quotes.