Multiple Choice
Character literals are enclosed in _____; string literals are enclosed in _____.
A) single quotes; single quotes
B) double quotes; double quotes
C) single quotes; double quotes
D) double quotes; single quotes
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: To print "Hello, world" on the monitor,
Q43: The term _ typically refers to the
Q44: This is a variable whose content is
Q45: The boolean data type may contain values
Q46: What would be displayed as a result
Q48: Although the dollar sign is a legal
Q49: Which Scanner class method reads an int?<br>A)
Q50: The primitive data types only allow a(n)
Q51: All Java statements end with semicolons.
Q52: To compile a program named First, use