println question(good one)

i cant figure out how to use " inside the println(). does nebody know the unicode for the same?
[102 byte] By [sjosh_theonea] at [2007-11-27 9:00:09]
# 1
Oops posted by accident lol.You need a \ before a ".e.g.System.out.println("Testing quote: \" ");
ita6cgra at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 2
Escape it with a backslash System.out.println(" this is a double qoute \" "):~Tim
SomeoneElsea at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 3
test
monk3ya at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 4
> testfailed
georgemca at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 5
> i cant figure out how to use " inside the println().> does nebody know the unicode for the same?I was promised a good println question. I want my money back
georgemca at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 6
> > test> > failedThats just what you want us to think ;-)
ita6cgra at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 7
Changed your mind, did you? :)I thought his english was fine for a non-native speaker. Now, if English is his first language, you might have a point.~Tim
SomeoneElsea at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 8

> > i cant figure out how to use " inside the

> println().

> > does nebody know the unicode for the same?

>

> I was promised a good println question. I want

> my money back

I suggest you to lodge a complaint with the DDQ (Department of Disappointing Questions).

aniseeda at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...
# 9
Or perhaps you could just ask them ;-)
ita6cgra at 2007-7-12 21:28:31 > top of Java-index,Java Essentials,New To Java...