Question: What is the difference between a string literal and a string object? None of the above A string literal is a constant string, while a
What is the difference between a string literal and a string object?
None of the above
A string literal is a constant string, while a string object is a mutable string.
A string literal is a pointer to a string object, while a string object is a pointer to a string literal.
A string literal is a mutable string, while a string object is a constant string.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
