InterviewSolution
Saved Bookmarks
| 1. |
Avro schemas are defined with _____(a) JSON(b) XML(c) JAVA(d) All of the mentioned |
|
Answer» Right choice is (a) JSON For explanation I would say: JSON implementation facilitates implementation in languages that already have JSON libraries. |
|