Page 1 of 1

About Question enthuware.ocpjad.v7.2.59 :

Posted: Thu Jun 16, 2022 11:49 pm
by jogg429
JsonReader is Object Model API, JsonParser is a streaming API. Shouldn't JsonParser be the correct answer?

Re: About Question enthuware.ocpjad.v7.2.59 :

Posted: Mon Jun 20, 2022 12:12 am
by admin
You are right. JsonParser should be the correct answer. Fixed.
thank you for your feedback!

Re: About Question enthuware.ocpjad.v7.2.59 :

Posted: Fri Sep 20, 2024 7:37 am
by ksamso
According to documentation:
JsonReader: Reads JSON data from a stream and creates an object model in memory.
JsonParser: Represents an event-based parser that can read JSON data from a stream.

Should'nt the answer be JsonReader?