How to Print Double Quotes in Java
You've discovered that the double quote symbol ' will not work inside a Java print instruction. You'll need to find an alternate way to tell the compiler to print this symbol, instead of interpreting it as instructions to close the string....
Method 1 of 2:
Using Backslash as an Escape Character
- Type the escape character . As you know, the double quote symbol " has special meaning in Java (displaying text). Whenever you want to ignore one of these meanings, use the escape character (backlash). This character tells the compiler that the next character is part of an alternate instruction.
- Make sure you are hitting the backslash key, not the forward slash. The backslash key is next to the } key on most English keyboards.
- Type " to display the double quote. These two characters together are called an escape sequence. Each escape sequence has a special meaning. In this case, " just means "insert a double quote symbol here,", without interpreting it as the beginning or end of text.
- You will need to use this sequence for each individual double quote you want to display.
- Continue your code as usual. The escape sequence does not affect the rest of your code. There is no need to type anything else to return to normal programming.
- Remember to insert ordinary Java quotes as needed. One common mistake is to leave out the plain old " mark in your program. Remember that " is just for display, and does not remove the need to encase your display text in quotation marks. Here's an example:
- 1. The string for displaying "Hello" is "Hello"
- 2. To instruct the compiler to print this text, we wrap it in quotes: ""Hello"".
- 3. Here's what this looks like in a complete line of code:
System.out.println(""Hello"");
Method 2 of 2:
Using the ASCII Code
- Use char(34) to represent double quotes. Java can easily represent ASCII symbols using the char type. 34 is the ASCII code for the " symbol, so write char(34) to display " without using its special meaning.
- You can look up a symbol's ASCII code by searching for an ASCII code table online.
- Place this code outside of the print string. If you make the mistake of putting this code inside the string, your program will print it exactly as it appears in your program: char(34). Here's the proper method of displaying "Hello" (with the quotation marks) using this method:
System.out.println((char)34+"Hello"+(char)34);
4.2 ★ | 21 Vote
You should read it
- CHAR function in SQL Server
- The function strtod () in C
- Please download the full set of 7 Escape Room games worth VND 70,000, free of charge
- Summary of the latest Escape the Darkness code and how to enter
- Tips for a successful escape in Escape Simulator
- Atof () function in C
- Latest Project XL code and how to enter Project XL code
- Latest Anime Warriors Simulator 2 code and how to enter the code
- Want to escape when the fire needs to remember 10 things clearly
- How to Double Space on WordPad
- The strrchr () function in C
- Modifier in C / C ++
Maybe you are interested
How to Share Your Exact Location with Google Plus Codes
More than 200 apps containing malicious code were discovered and downloaded millions of times on the Google Play Store.
7 best barcode scanning apps on phones
Latest Pet Simulator X 2022 Codes and How to Enter Codes
Latest Project Smash Roblox Codes
Latest Eatventure Code 2024 get free coins and diamonds