Page 1 of 1

About Question enthuware.ocpjp.v7.2.1775 :

Posted: Wed Sep 23, 2015 7:55 am
by thisOtterBeGood
Error in explanation:
1.DataOutputStream has writeUTF(String ) method and RandomAccessFile implements DataOutputStream.
But RandomAccessFile implements DataOutput, not DataOutputStream.
It still has the writeUTF(String ) method, though.

Regards

Re: About Question enthuware.ocpjp.v7.2.1775 :

Posted: Wed Sep 23, 2015 11:17 am
by admin
You are right. Fixed.
thank you for your feedback!