Question: It is argued that since hm is declared as final, it should be safe. Explain why it is not safe and implement a fix to
It is argued that since hm is declared as final, it should be safe. Explain why it is not safe and implement a fix to demonstrate.
Non-compliant code example public class myClass \{ public static final HashMap hm = new HashMap(); I/TODO: constructor which take a map as input I/TODO: method for querying the map given an integer key I/TODO: method for adding a pair into the map \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
