A. Goroutines are similar to threads in other programming languages.
B. Goroutines are executed sequentially.
C. Goroutines are heavyweight and consume a lot of memory.
D. Goroutines cannot communicate with each other.
Correct Answer is :
A. Goroutines are similar to threads in other programming languages.