0
Use of java DataInputStream and DataOutputStream
What is the use of DataInputStream and DataOutputStream in java? I know you can use it to convert human readable data such as numbers into binary then read them back to human readable form, but whats the use of that and in what cases will I need it? can anyone please explain?
1 Answer
+ 2
Martin Taylor thank you for the clear answer