What are the special characters?
Answer / Anshu Kumar
In Java, special characters have specific meanings and are often used for escaping other characters or defining certain syntax. Examples include n (newline), (backslash), ' (apostrophe), " (double quote), (tab), (backspace), f (form feed), and
(carriage return).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the middleware?
What are the differences between checked exception and unchecked exception?
Can I use % with real numbers?
What about interthread communication and how it takes place in java?
What is a hashmap used for?
What is an exception in java?
What is a parameter in a function?
Can a hashset contain duplicates java?
JVM is platform independent or depeneded?
Can a boolean be null java?
What is math exp in java?
What is deadlock and how to avoid this?