In Java, why does System.out.println("\" \\"); gives " \ as output -
in java when run system.out.println("\" \\");
output :
" \
can please explain in detail, why happening?
because escape double quotes (""
) backslash (\
) , backslash backslash.
java
No comments:
Post a Comment