(Choose 1 answer)
Which of the following correctly describe what is meant by an intent being a "passive" data structure?
A. An intent just consists of fields and field access/mutator methods
B. An intent cannot be used in a concurrent program
C. An intent only contains public fields
D. An intent only contains static getter/setter methods
Ext 10