Which of these are valid expressions to create a string of value "hello world" ?
Select 4 options
Click to view the answer
Correct Options are : A B C E
All the expressions are legal.
String literals are String objects and can be used just like any other object.