How many bytes are written to the output file by a FileOutputStream if String "test" is written character by character to the file.
The conversion that I made is ,
4 characters are written, so it is 16*4 bits which is 64 bits.
64 bits is 8 bytes.
But the answer given is 4 bytes.
Can someone help?
Thanks,
Mugdha.