Author Topic:   output with single quotes
shan
unregistered
posted March 09, 2000 02:20 PM           
How to print an output with single quotes
like this.

'SHAN'

maha anna
bartender
posted March 09, 2000 02:47 PM             
System.out.println("\'SHAN\'");
For special chars like '(single quote) "(double quote) \(back slash) you have to put a \ before that char.
regds
maha anna

|