Page 1 of 1

About Question enthuware.ocpjp.v8.2.1629 :

Posted: Wed Feb 06, 2019 1:59 am
by abutalib
I don't understand this.

The question is asking what attributes are copied for a file specifically on windows platform and the answer is "platform and system dependent"?

The context is too specific to be ignored.

Re: About Question enthuware.ocpjp.v8.2.1629 :

Posted: Wed Feb 06, 2019 2:38 am
by admin
1. The problem statement doesn't mention Windows anywhere. Even though paths do seem like Windows but they could be of any other OS also.
2. The Java API does not guarantee which attributes will be copied. Therefore, even if the platform is windows, different versions of JVM may still do it differently.

Re: About Question enthuware.ocpjp.v8.2.1629 :

Posted: Wed Feb 06, 2019 4:21 am
by abutalib
The second point cleared it.

Thank you.