The process of turning a JSON string into a Java object is known as ____

12. The process of turning a JSON string into a Java object is known as ____.

  1. Deserialisation
  2. POJO
  3. ObjectMapper
  4. serialisation

Answer: A) Deserialisation

Explanation:

The process of turning a JSON string into a Java object is known as deserialization.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.