javascript
Brief description  about Online courses   join in Online courses
View Siji Jimmy 's Profile

write() in java

I write a program to display a character in the monistor using
System.out.write('n');

But cant see any thing on the screen. Please help.
Asked by Siji Jimmy | Jun 21, 2010 |  Reply now
Replies (2)
View omer abdekgadr alzwain 's Profile
to display a character on standard output (monitor) , use:
System.out.println("n");
Nov 22, 2010
View bhushan hanumant shinde 's Profile
write method is used to write into file.
To see the output go to the file which u had created in ur program and on which u had called the write() method.
Jul 17, 2010