18th Sep 2020, 1:14 PM
Guntupalli Chandrika
Guntupalli Chandrika - avatar
3 Answers
+ 1
We use double quotes for start and end, to represent string in java.. But if you want put a double quote in middle, we have use a escape charecter like \", this adds a double quote. So in your code \"\" will form of 2 charecters conataing only double quotes.. So length of that string is 2. And other quotes are start and end quotes.. For more read about "escape charecters"..
18th Sep 2020, 1:56 PM
Jayakrishna šŸ‡®šŸ‡³
+ 1
Don't promote your code please
18th Sep 2020, 1:16 PM
š“¼š“¬š“øš“»š“¹
š“¼š“¬š“øš“»š“¹ - avatar
18th Sep 2020, 2:47 PM
Guntupalli Chandrika
Guntupalli Chandrika - avatar