The process of transforming a Java object into its JSON representation is known as ____?

11. The process of transforming a Java object into its JSON representation is known as ____?

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

Answer: D) serialisation

Explanation:

The process of transforming a Java object into its JSON representation is known as serialisation.

Comments and Discussions!

Load comments ↻






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