Is the combination of FileInputStream/FileOutputStream with DataInputStream/DataInputStream still the prefered way to teach Binary Files in
Java 5.
Some books use File class since it handles both text and binary files- but it add another layer of chaining:
Could a DataOutputStream directly handle the File class:
Haven't tryed it yet- asking for opinions about the Binary Files at this point..Thanks JC