adspace
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between break and continue statements?
Is minecraft 1.15 out?
Differentiate between static and non-static methods in java.
What is parsing in java?
How to create a base64 decoder in java8?
explain different ways of using thread? : Java thread
What is an object in java and how is it created?
Write a program to print count of empty strings in java 8?
Realized?
Write a program to find the whether a number is an Armstrong number or not?
Explain public static void main(string args[]) in java.
What do you mean by an interface in java?
What is a classloader in java?
What is java string pool?
What is a constructor overloading in java?