How would you print characters like \ 'and " in Java?
Answers
Answered by
0
Answer:
Meaning , Ican' t understand
Answered by
2
Explanation:
for backward slash
String str1 = "//"
System.out.println(str1)
and for single quotes
system.out.print("\'")
Similar questions
Math,
3 months ago
Science,
3 months ago
Computer Science,
7 months ago
Political Science,
1 year ago
Math,
1 year ago
Math,
1 year ago