What are the escape sequences in java?
Answer / Pratibha Nandan
In Java, special characters like double quotes ("), backslash (), single quote ('), and others can be used by escaping them with a backslash (). Here's a list of some common escape sequences: (tab),
(new line),
(carriage return), f (form feed), (backspace), ' (single quote), and \" (double quote).
| Is This Answer Correct ? | 0 Yes | 0 No |
Why generics are used in java?
What is file in java?
What happens if we don’t override run method ?
Can java inner class be static?
What are the benefits of operations?
What are the new features in java 8? Explain
how to crate clint-server socket?
1 Answers Accenture, Infosys, Infotech, TCS,
What is set in java?
Can we restart a thread already started in java?
What is the purpose of javac exe?
What are the advantages of java over cpp?
Write a code to create a trigger to call a stored procedure