Author | Topic: Files |
shan unregistered |
posted February 20, 2000 09:25 PM
FileOutputStream o = new FileOutputStream String s = "test" for(int i =0 i outStream.close() It is given in mock exam that the above outStream obj
|
maha anna bartender |
posted February 20, 2000 10:42 PM
the .write(..) method writes ONLY the LOWER BYTE of the argument. maha anna
|
| | |