Select the correct statement about thread safety of mediators
a. Updating the global variables within the mediate() method is not recommended
b. Use of class variables is not recommended
c. If the variables are specific to a particular message (value is dependent on the message), use local variables within the mediate method
d. All of the above.