0
Explain the code indetail.
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"..
+ 1
Don't promote your code please
+ 1
Thank you
Jayakrishnaš®š³