Engineering Full Stack Apps with Java and JavaScript
How can you ensure that data is updated in a thread safe manner without using singieThreadModel?
Select 2
A. Store the data in a local variable.
B. Store the data in an instance variable.
C. Store the data in the Httpsession object.
D. Store the data in the sarvletContext object.
E. Store the data in the ServletRequest object.