

InterviewSolution
Saved Bookmarks
1. |
What is "string" |
Answer» A string literal is a sequence of zero to more character surrounded by double inverted comma . For eg. String name = " siya " ; | |