Examveda Select from among the following character escape code which is not available in Java. A. \tB. \rC. \aD. \\E. \vAnswer: Option C This Question Belongs to Java Program >> Operators
"" and the "" are not present in java...
In java total 8 escape characters are present.
Among the above options and are not present in java.
@Komol Upadhyay /v for vertical spacing
Escape code which is not available in java
1.//
2./b
3.//b
4./f
Answer.
/v is for what?