InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a primitive data type in Avro?(a) null(b) boolean(c) float(d) all of the mentioned |
|
Answer» Right option is (d) all of the mentioned For explanation: Primitive type names are also defined type names. |
|