How can I make Java print quotes, like "Hello"?

asked15 years ago
last updated8 years ago
viewed613.9k times
Up Vote91Down Vote

How can I make Java print "Hello"?

When I type System.out.print("Hello"); the output will be Hello. What I am looking for is "Hello" with the quotes("").