A __________ represents a distributed, immutable collection of elements of type T.a) PCollect<T>b) PCollection<T>c) PCol<T>d) All of the mentioned
Answer: bExplanation: PCollection<T> provides a method, parallelDo, that applies a DoFn to each element in the PCollection<T>.