DRAFT
LiteralString
Incorrect
When passing a literal string as argument to a method, no quotes are needed
Correct
String literals always must be surrounded by quotes
CorrectionHere is what's right.
Here is what's right.
String literals always need to be written inside double quotes: print("Hello")
.
Language
Java
Concepts
Expressible In
Literature References
The following papers directly or indirectly provide qualitative or quantitative evidence related to this misconception.