Hi,
How to print message with double inverted commas.
System.out.println("\"hi\"");
you should be posting this in the new to java forum... this not the right place....
System.out.println("\"");
You can print like this.
System.out.println("\""+ "hi" +"\"");
Thanks
Nicky
Thanks a lot @@CKM@@....
Yaa Nicky...
i got it...
Thanks a lot...
ur welcome shilpa.. :)