C M

C

Copy1 - class Copy1.
Simple read-a-char, write-a-char loop to exercise file I/O.
Copy1() - Constructor for class Copy1
 
Copy2 - class Copy2.
Simple read-a-line write-a-line loop to exercise file I/O.
Copy2() - Constructor for class Copy2
 

M

main(String[]) - Static method in class Copy1
All work is done here.
main(String[]) - Static method in class Copy2
All work is done here.

C M