InterviewSolution
Saved Bookmarks
| 1. |
If String Can Be Created Using String Str = “test” Then String Is A Primitive Data Type.yes/no? |
|
Answer» No. For every STRING literal JAVA automatically constructs a String object. No. For every string literal Java automatically constructs a String object. |
|