Computer Science, asked by rahulvats5744, 11 months ago

Distinguish between outputstream and writer classes

Answers

Answered by Anonymous
0

The non spatial data are numbers, characters or logical type. ... Here data are typically non spatial in nature as it directly or indirectly, does not refer to any location. In another example consider a table containing population information for specific locations say city ,districts or provinces.

Answered by AfreenMohammedi
1

Answer:

OutputStream uses bare bytes, whereas Writer uses encoded charaters. The Reader/Writer class hierarchy is character-oriented, and the Input Stream/Output Stream class hierarchy is byte-oriented.

Similar questions