MCQ
What is specified if string objects Str1 and Str2 are created using same string literal but without using “new” operator?
- ✓It compares the content of two reference variables.
- BIt compares the objects of two reference variables.
- Ca and b both
- DNone of these