What are the special characters?



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

Post New Answer

More Core Java Interview Questions

What is the middleware?

2 Answers  


What are the differences between checked exception and unchecked exception?

1 Answers  


Can I use % with real numbers?

1 Answers  


What about interthread communication and how it takes place in java?

1 Answers  


What is a hashmap used for?

1 Answers  


What is an exception in java?

1 Answers  


What is a parameter in a function?

1 Answers  


Can a hashset contain duplicates java?

1 Answers  


JVM is platform independent or depeneded?

7 Answers  


Can a boolean be null java?

1 Answers  


What is math exp in java?

1 Answers  


What is deadlock and how to avoid this?

2 Answers  


Categories